הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Note The Network Access Protection platform is not available starting with Windows 10
Syntax
typedef struct tagResultCodes {
UINT16 count;
HRESULT *results;
} ResultCodes;
Members
count
The number of result codes as a number between 0 and maxDwordCountPerSoHAttribute.
results
A pointer to either a list of application defined 4-octet HRESULTs that specify whether the client machine is compliant, or a list of NAP error constants that specify the cause of SoH construction or processing errors. The values must be in the byte ordering of the host system.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | naptypes.h |