INapComponentConfig interface

Note

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

The INapComponentConfig interface provides NAP system configuration methods for system health validators (SHVs).

Note

INapComponentConfig2 and INapComponentConfig3 inherit all the methods of this interface and should be used instead.

Members

The INapComponentConfig interface inherits from the IUnknown interface. INapComponentConfig also has these types of members:

Methods

The INapComponentConfig interface has these methods.

Method Description
INapComponentConfig::GetConfig Retrieves the SHV component configuration.
INapComponentConfig::InvokeUI Launches the customized user interface for an SHV component.
INapComponentConfig::IsUISupported Specifies whether the SHV component supports a customized user interface.
INapComponentConfig::SetConfig Sets the SHV component configuration.

Remarks

This interface should not be implemented by system health agents (SHAs) or quarantine enforcement clients (QECs).

Requirements

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

See also

NAP Interfaces

NAP Reference