Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |