INapComponentConfig::IsUISupported method

Note

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

The IsUISupported method specifies whether the component supports a customized user interface.

Syntax

HRESULT IsUISupported(
  [out] BOOL *isSupported
) const;

Parameters

isSupported [out]

A pointer to a BOOL that is set to TRUE if the component supports a customized user interface and FALSE otherwise.

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.
E_ACCESSDENIED
Permissions error, access denied.
E_OUTOFMEMORY
System resource limit, could not perform the operation.

Remarks

A component's customized user interface should be launched using INapComponentConfig::InvokeUI.

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

INapComponentConfig

INapComponentConfig::InvokeUI