Defines the type of the registered file.
typedef enum _WER_REGISTER_FILE_TYPE
{
WerRegFileTypeUserDocument = 1,
WerRegFileTypeOther = 2,
WerRegFileTypeMax
} WER_REGISTER_FILE_TYPE;
| 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. |
Header: Declared in werapi.h.