INapComponentConfig::InvokeUI method
Note
The Network Access Protection platform is not available starting with Windows 10
The InvokeUI method launches a customized user interface for a system health validator (SHV) component.
Syntax
HRESULT InvokeUI(
[in] HWND hwndParent
) const;
Parameters
-
hwndParent [in]
-
A handle to the parent or owner window. A valid window handle must be supplied.
Return value
Returns one of the following error codes based on the result of this operation.
Return code | Description |
---|---|
|
The operation is successful. |
|
Permissions error, access denied. |
|
System resource limit, could not perform the operation. |
|
The SHV does not support a customized UI. |
Remarks
This method call should block until the SHV user interface exits.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
IDL |
|