INapSystemHealthAgentCallback::GetFixupInfo method

Note

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

The INapSystemHealthAgentCallback::GetFixupInfo method is called by the NapAgent to determine the state of the system health agent, while it is processing a SoHResponse.

Syntax

HRESULT GetFixupInfo(
  [out] FixupInfo **info
);

Parameters

info [out]

A pointer to a pointer to a FixupInfo structure that contains the fix-up status of the agent.

Return value

This method can return one of these values.

Return code Description
S_OK
Indicates success.

Remarks

This callback method is declared by the NAP system and is to be implemented by the SHA writer.

The system health agent must return S_OK immediately without blocking.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
NapSystemHealthAgent.h
IDL
NapSystemHealthAgent.idl

See also

INapSystemHealthAgentCallback