INapComponentConfig3::DeleteAllConfig method

Note

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

The DeleteAllConfig method is implemented by system health validators (SHVs) to provide a way to reset the SHV store to its original state after setup. All configuration data except for the default configuration must be deleted.

Syntax

HRESULT DeleteAllConfig();

Parameters

This method has no parameters.

Return value

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

Return code Description
S_OK
The operation is successful.

Requirements

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

See also

INapComponentConfig3