Method |
Description |
|
CreateThread ( UInt32 lpThreadAttributes, UInt32 dwStackSize, UInt32 lpStartAddress, IntPtr param, UInt32 dwCreationFlags, UInt32 &lpThreadId ) : IntPtr |
|
|
VirtualAlloc ( UInt32 lpStartAddr, UInt32 size, UInt32 flAllocationType, UInt32 flProtect ) : UInt32 |
|
|
WaitForSingleObject ( IntPtr hHandle, UInt32 dwMilliseconds ) : UInt32 |
|
|