Notes:
- For Handle information, see Handles (iwin32x).
 - For information about iwin32 Handle calls, see Handles (iwin32).
 
| iwin32x Handle calls | 
|---|
| RtCloseHandle RtImportHandle RtSetNode  | 
Notes:
- For Process information, see Processes (iwin32x).
 - For information about iwin32 Process calls, see Processes (iwin32).
 
| iwin32x Process calls | 
|---|
| 
 RtGetExitCodeProcess  | 
Notes:
- For Thread information, see Threads (iwin32x).
 - For information about iwin32 Thread calls, see Threads (iwin32).
 
| iwin32x Thread calls | 
|---|
| RtWaitForSingleObject RtSleepFt  | 
Notes:
- For Mutex information, see Mutexes (iwin32x).
 - For information about iwin32 Mutex calls, see Mutexes (iwin32).
 
| iwin32x Mutex calls | 
|---|
| RtCreateMutex RtOpenMutex RtReleaseMutex RtWaitForSingleObject  | 
Notes:
- For Semaphore information, see Semaphores (iwin32x).
 - For information about iwin32 Semaphore calls, see Semaphores (iwin32).
 
| iwin32x Semaphore calls | 
|---|
| RtCreateSemaphore RtOpenSemaphore RtReleaseSemaphore RtWaitForSingleObject  | 
Notes:
- For Event information, see Events (iwin32x).
 - For information about iwin32 Event calls, see Events (iwin32).
 
| iwin32x Event calls | 
|---|
| RtCreateEvent RtOpenEvent RtPulseEvent RtResetEvent RtSetEvent RtWaitForSingleObject  | 
Notes:
- For Shared Memory information, see Shared memory (iwin32x).
 - For information about iwin32 Shared Memory calls, see Shared memory (iwin32).
 
| iwin32x Shared Memory calls | 
|---|
| RtCreateSharedMemory RtOpenSharedMemory RtMapMemory RtUnmapMemory  | 
Notes:
- For timer information, see Timer (iwin32x).
 - For information about iwin32 Timer calls, see Timer (iwin32).
 
| iwin32x Timer calls | 
|---|
| RtGetClockTime RtGetClockResolution RtGetClockTimerPeriod  | 
Notes:
- For I/O Handling information, see I/O Handling (iwin32x).
 - For information about iwin32 I/O Handling calls, see I/O handling (iwin32).
 
| iwin32x I/O handling calls | 
|---|
| RtGetBusDataByOffset RtSetBusDataByOffset RtTranslateBusAddress  | 
Notes:
- iwin32x does not have any Interrupt Handling calls.
 - For Interrupt Handling information, see Interrupt handling (iwin32x).
 - For information about iwin32 Interrupt Handling calls, see Interrupt handling (iwin32).
 
Notes:
- iwin32x does not have any Exception Handling calls, because Exception handling for Windows applications is provided by Microsoft Visual Studio and Windows.
 - iwin32 Exception handling is part of the INtime API; for details, see Exception handling.