INapSystemHealthAgentCallback::NotifySystemIsolationStateChange method

Note

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

The INapSystemHealthAgentCallback::NotifySystemIsolationStateChange method is called by the NapAgent to indicate that the system isolation state or the probation end-time has changed.

Syntax

HRESULT NotifySystemIsolationStateChange();

Parameters

This method has no parameters.

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 health agent can query the system NAP state using the INapSystemHealthAgentBinding::GetSystemIsolationInfo.

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