Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note The Network Access Protection platform is not available starting with Windows 10
Syntax
typedef enum tagFailureCategory {
failureCategoryNone = 0,
failureCategoryOther = 1,
failureCategoryClientComponent = 2,
failureCategoryClientCommunication = 3,
failureCategoryServerComponent = 4,
failureCategoryServerCommunication = 5
} FailureCategory;
Constants
failureCategoryNoneValue: 0 No failure. |
failureCategoryOtherValue: 1 A failure which is not due to client or server components or communications. |
failureCategoryClientComponentValue: 2 Failure due to client component. |
failureCategoryClientCommunicationValue: 3 Failure due to client communication. |
failureCategoryServerComponentValue: 4 Failure due to server component. |
failureCategoryServerCommunicationValue: 5 Failure due to server communication. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | naptypes.h |