Matrix of Windows-Only Functions
The matrix below contains a listing of the supported functions that can only be called from a Windows application linked with RTX64.
Function Name | Description |
---|---|
RtDisableInterrupts | Disables user-level interrupt handling for all interrupts to which the process is attached. |
RtEnableInterrupts | Enables user-level interrupt handling for all interrupts to which the process is attached. |
RtGetProxyThreadPriority | Returns the priority value of the proxy thread associated with the specified Windows thread. |
RtSetProxyThreadPriority | Sets the proxy thread priority for the associated Windows thread, but will not change the Windows thread priority. |