Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note The Network Access Protection platform is not available starting with Windows 10
Syntax
typedef struct tagPrivateData {
UINT16 size;
BYTE *data;
} PrivateData;
Members
size
The size, in bytes, of data in the range 0 to maxPrivateDataSize.
data
A pointer to the opaque data blob.
Remarks
The PrivateData structure is used to store state information for the NapAgent and enforcement clients. It is queried and set by the INapSystemHealthValidationRequest and INapEnforcementClientConnection interfaces.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | naptypes.h |