Method |
Description |
|
CloseHandle ( IntPtr handle ) : bool |
|
|
CreateFileMapping ( IntPtr hFile, IntPtr lpAttributes, PageAccess flProtect, int dwMaximumSizeHigh, int dwMaximumSizeLow, string lpName ) : IntPtr |
|
|
FreeLibrary ( IntPtr hModule ) : bool |
|
|
GetLastError ( ) : int |
|
|
GetProcAddressStatic ( IntPtr hModule, string lpProcName ) : IntPtr |
|
|
LoadLibraryStatic ( string lpFileName ) : IntPtr |
|
|
MapViewOfFile ( IntPtr hFileMappingObject, FileMapAccess dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap ) : IntPtr |
|
|
UnmapViewOfFile ( IntPtr lpBaseAddress ) : bool |
|
|