INapSystemHealthValidationRequest2::GetConfigID method

Note

The Network Access Protection platform is not available starting with Windows 10

The INapSystemHealthValidationRequest2::GetConfigId method is used by the System Health Validators (SHVs) to retrieve the configuration ID in a validation request.

Syntax

HRESULT GetConfigID(
  [out] UINT32 *configID
) const;

Parameters

configID [out]

On return, a pointer to UINT32 that contains a configuration ID of the SHV.

Return value

Returns one of the following error codes based on the result of this operation.

Return code Description
S_OK
Operation successful.
E_INVALIDARG
The configID parameter was NULL.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
NapSystemHealthValidator.h
IDL
NapSystemHealthValidator.idl
DLL
Qshvhost.dll

See also

INapSystemHealthValidationRequest2