RtfwGetExceptionHandling
RtfwGetExceptionHandling returns the current exception handling configuration of the RTX64 Subsystem.
Syntax
bool RtfwGetExceptionHandling( RTFW_EXCEPTION_HANDLING * pExceptionHandling );
Parameters
pExceptionHandling
A pointer to a value that is filled in with a RTFW_EXCEPTION_HANDLING value representing the current exception handling configuration.
Return Value
The function returns true if it succeeds. Otherwise, it returns false, sets the last error value, and the value pointed to by pExceptionHandling is invalid. Call GetLastError for additional error information.
Remarks
If the Subsystem is running when the RtfwSetExceptionHandling API is called, the values returned by this function may differ from the values currently in use by the Subsystem.
If the Subsystem is running when the RtfwGetLocalMemoryConfiguration 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:
Configuring Exception Support