Notes:
iwin32 Handle calls |
---|
CloseHandle or RtCloseHandle (iwin32) |
Notes:
iwin32 Process calls |
---|
RtCreateProcess (iwin32) |
Notes:
iwin32 Thread calls |
---|
CreateThread ExitThread or RtExitThread (iwin32) GetCurrentThread GetCurrentThreadId GetExitCodeThread GetLastError or RtGetLastError (iwin32) GetThreadPriority or RtGetThreadPriority (iwin32) OpenThread ResumeThread or RtResumeThread (iwin32) RtGetThreadTimeQuantum RtSetThreadTimeQuantum RtSleepFt SetLastError or RtSetLastError (iwin32) SetThreadPriority or RtSetThreadPriority (iwin32) Sleep or RtSleep (iwin32) SuspendThread or RtSuspendThread (iwin32) TerminateThread or RtTerminateThread (iwin32) WaitForMultipleObjects or RtWaitForMultipleObjects (iwin32) WaitForSingleObject or RtWaitForSingleObject (iwin32) |
iwin32 Mutex calls |
---|
CreateMutex or RtCreateMutex (iwin32) OpenMutex or RtOpenMutex (iwin32) ReleaseMutex or RtReleaseMutex (iwin32) WaitforMultipleObjects or RtWaitforMultipleObjects (iwin32) WaitForSingleObject or RtWaitForSingleObject (iwin32) |
iwin32 Critical Section (mutex) calls |
---|
DeleteCriticalSection EnterCriticalSection InitializeCriticalSection LeaveCriticalSection TryEnterCriticalSection |
iwin32 Semaphore calls |
---|
CreateSemaphore or RtCreateSemaphore (iwin32) OpenSemaphore or RtOpenSemaphore (iwin32) ReleaseSemaphore or RtReleaseSemaphore (iwin32) WaitforMultipleObjects or RtWaitforMultipleObjects (iwin32) WaitForSingleObject or RtWaitForSingleObject (iwin32) |
iwin32 Event calls |
---|
CreateEvent or RtCreateEvent (iwin32) OpenEvent or RtOpenEvent (iwin32) PulseEvent or RtPulseEvent (iwin32) ReSetEvent or RtReSetEvent (iwin32) SetEvent or RtSetEvent (iwin32) WaitforMultipleObjects or RtWaitforMultipleObjects (iwin32) WaitForSingleObject or RtWaitForSingleObject (iwin32) |
iwin32 Shared memory calls |
---|
RtCreateSharedMemory (iwin32) RtGetPhysicalAddress (iwin32) RtMapMemory (iwin32) RtOpenSharedMemory (iwin32) RtUnmapMemory (iwin32) RtUnmapSharedMemory (iwin32) |
iwin32 Interrupt Handling calls |
---|
RtAttachInterruptVector RtAttachInterruptVectorEx RtDisableInterrupts RtEnableInterrupts RtReleaseInterruptVector |
iwin32 Registry Handling calls |
---|
RegCloseKey RegConnectRegistry RegCreateKeyEx RegDeleteKey RegDeleteValue RegEnumKeyEx RegEnumValue RegFlushKey RegOpenKeyEx RegQueryInfoKey RegQueryValueEx RegSetValueEx |
iwin32 Shutdown Handling calls |
---|
RtAttachShutdownHandler RtReleaseShutdownHandler |
iwin32 Structures |
---|
Process_Information |