RtfwGetPriorityInversionProtocol
RtfwGetPriorityInversionProtocol returns the priority inversion protocol logic in use by the Subsystem.
Syntax
bool RtfwGetPriorityInversionProtocol( RTFW_PRIORITY_INVERSION_PROTOCOL * pProtocol );
Parameters
pProtocol
A pointer to a value that is filled in with a RTFW_PRIORITY_INVERSION_PROTOCOL value that is set to an enumerator identifying which priority inversion protocol is configured
Return Value
The function returns true if it succeeds. Otherwise, it returns false, sets the last error value, and leaves the value pointed to by pProtocol invalid. Call GetLastError for additional error information.
Remarks
If the Subsystem is running when the RtfwSetPriorityInversionProtocol API is called, the values returned by this function may differ from the values currently in use by the Subsystem.
Requirements
Minimum Required Version | RTX64 3.4 |
Header | RtfwAPI.h |
Library | RtfwAPI.lib |
See Also: