Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |