Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |