ResultCodes structure (naptypes.h)

Note  The Network Access Protection platform is not available starting with Windows 10
 
The ResultCodes structure defines a list of result codes.

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

See also

NAP Reference

NAP Structures