WER_REGISTER_FILE_TYPE Enumeration

Defines the type of the registered file.

Syntax

typedef enum _WER_REGISTER_FILE_TYPE
{
    WerRegFileTypeUserDocument = 1,
    WerRegFileTypeOther = 2,
    WerRegFileTypeMax
} WER_REGISTER_FILE_TYPE;  

Constants

Constant Description
WerRegFileTypeUserDocument The document in use by the application at the time of the event.
WerRegFileTypeOther Any other type of file.
WerRegFileTypeMax The maximum value for the WER_REGISTER_FILE_TYPE enumeration type.

Requirements

Header: Declared in werapi.h.