Property | Type | Description | |
---|---|---|---|
DebugMode | bool | ||
ErrorMessage | string |
Method | Description | |
---|---|---|
Close ( ) : void | ||
CreateMemMapFile ( string fName, int mSize ) : bool | ||
CreateSharedData ( byte data, string &memFileNameOut ) : bool | ||
GetSharedData ( string memFileName, int fSize, byte bufOut ) : bool | ||
ReadFile ( byte bData, int length ) : bool | ||
WriteFile ( byte bData ) : bool |
Method | Description | |
---|---|---|
CloseHandle ( int handle ) : bool | ||
CreateFileMapping ( int hFile, int lpAttributes, int flProtect, int dwMaximumSizeLow, int dwMaximumSizeHigh, String lpName ) : int | ||
FlushViewOfFile ( int lpBaseAddress, int dwNumBytesToFlush ) : bool | ||
MapViewOfFile ( int hFileMappingObject, int dwDesiredAccess, int dwFileOffsetHigh, int dwFileOffsetLow, int dwNumBytesToMap ) : uint | ||
OpenFileMapping ( int dwDesiredAccess, bool bInheritHandle, String lpName ) : int | ||
UnmapViewOfFile ( uint lpBaseAddress ) : bool | ||
randomString ( int length ) : string |
public CreateMemMapFile ( string fName, int mSize ) : bool | ||
fName | string | |
mSize | int | |
return | bool |
public CreateSharedData ( byte data, string &memFileNameOut ) : bool | ||
data | byte | |
memFileNameOut | string | |
return | bool |
public GetSharedData ( string memFileName, int fSize, byte bufOut ) : bool | ||
memFileName | string | |
fSize | int | |
bufOut | byte | |
return | bool |
public ReadFile ( byte bData, int length ) : bool | ||
bData | byte | |
length | int | |
return | bool |