Method |
Description |
|
CloseHandle ( IntPtr hObject ) : bool |
|
|
CreateFileMapping ( IntPtr hFile, IntPtr lpFileMappingAttributes, FileMapProtection flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, [ lpName ) : IntPtr |
|
|
GetFileSize ( IntPtr hFile, IntPtr lpFileSizeHigh ) : uint |
|
|
GetMappedFileName ( IntPtr m_hProcess, IntPtr lpv, StringBuilder lpFilename, uint nSize ) : uint |
|
|
GetModuleFileNameEx ( IntPtr hProcess, IntPtr hModule, StringBuilder &lpBaseName, [ nSize ) : uint |
|
|
GetWindowThreadProcessId ( IntPtr handle, uint &processId ) : int |
|
|
MapViewOfFile ( IntPtr hFileMappingObject, FileMapAccess dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap ) : IntPtr |
|
|
QueryFullProcessImageNameW ( IntPtr hProcess, uint dwFlags, [ lpExeName, uint &lpdwSize ) : bool |
|
|
UnmapViewOfFile ( IntPtr lpBaseAddress ) : bool |
|
|