GetExceptionCode

  DWORD GetExceptionCode(VOID)    

The GetExceptionCode function is used by exception filters and handlers to determine the type of exception encountered.

Parameters

This function has no parameters.

Return Value

The return value specifies the type of exception.

See Also

GetExceptionInformation