Method |
Description |
|
CTL_CODE ( uint DeviceType, uint Function, uint Method, uint Access ) : uint |
|
|
CloseHandle ( IntPtr hObject ) : bool |
|
|
CreateFile ( string FileName, uint DesiredAccess, uint ShareMode, uint SecurityAttributes, uint CreationDisposition, uint FlagsAndAttributes, int hTemplateFile ) : IntPtr |
|
|
DeviceIoControl ( IntPtr Device, uint IoControlCode, byte InBuffer, int InBufferSize, byte OutBuffer, int OutBufferSize, int &BytesReturned, int Overlapped ) : int |
|
|
GetModuleHandle ( string ModuleName ) : int |
|
|
GetProcAddress ( int Module, string ProcName ) : int |
|
|
IOCTL_GET_INT_TABLE ( ) : uint |
|
|
IOCTL_GET_MODULE_NAME ( ) : uint |
|
|
IOCTL_GET_SERVICE_TABLE ( ) : uint |
|
|
ImageDirectoryEntryToData ( int Base, bool MappedAsImage, ushort DirectoryEntry, int &Size ) : int |
|
|
Interact ( uint IoControlCode, byte inBuffer, byte outBuffer ) : int |
|
|