INapComponentConfig2::InvokeUIForMachine method

Note

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

The InvokeUIForMachine method is implemented by system health validators (SHVs) as needed to manage remote configuration directly on the machine specified. This method launches a configuration management UI.

Syntax

HRESULT InvokeUIForMachine(
  [in] HWND          hwndParent,
  [in] CountedString *machineName
);

Parameters

hwndParent [in]

A handle to the parent or owner window. A valid window handle must be supplied.

machineName [in]

A pointer to a CountedString that contains the machine name of the NAP client.

Return value

Returns S_OK if successful, or one of the standard Windows error codes.

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

INapComponentConfig2