Skip to content

Latest commit

 

History

History
165 lines (120 loc) · 4.56 KB

nf-rrascfg-ieapproviderconfig-serverinvokeconfigui.md

File metadata and controls

165 lines (120 loc) · 4.56 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rrascfg.IEAPProviderConfig.ServerInvokeConfigUI
IEAPProviderConfig::ServerInvokeConfigUI (rrascfg.h)
The system calls the ServerInvokeConfigUI method to invoke the configuration user interface for EAP authentication between a remote access client and server.
IEAPProviderConfig interface [EAP]
ServerInvokeConfigUI method
IEAPProviderConfig.ServerInvokeConfigUI
IEAPProviderConfig::ServerInvokeConfigUI
ServerInvokeConfigUI
ServerInvokeConfigUI method [EAP]
ServerInvokeConfigUI method [EAP]
IEAPProviderConfig interface
_eap_ieapproviderconfig_serverinvokeconfigui
eap.ieapproviderconfig_serverinvokeconfigui
rrascfg/IEAPProviderConfig::ServerInvokeConfigUI
eap\ieapproviderconfig_serverinvokeconfigui.htm
EAP
95d98664-e108-41d5-8ed0-49867563df43
12/05/2018
IEAPProviderConfig interface [EAP],ServerInvokeConfigUI method, IEAPProviderConfig.ServerInvokeConfigUI, IEAPProviderConfig::ServerInvokeConfigUI, ServerInvokeConfigUI, ServerInvokeConfigUI method [EAP], ServerInvokeConfigUI method [EAP],IEAPProviderConfig interface, _eap_ieapproviderconfig_serverinvokeconfigui, eap.ieapproviderconfig_serverinvokeconfigui, rrascfg/IEAPProviderConfig::ServerInvokeConfigUI
rrascfg.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IEAPProviderConfig::ServerInvokeConfigUI
rrascfg/IEAPProviderConfig::ServerInvokeConfigUI
c++
APIRef
kbSyntax
COM
Rrascfg.h
IEAPProviderConfig.ServerInvokeConfigUI

IEAPProviderConfig::ServerInvokeConfigUI

-description

The system calls the ServerInvokeConfigUI method to invoke the configuration user interface for EAP authentication between a remote access client and server.

-parameters

-param dwEapTypeId

Specifies the EAP for which to invoke the configuration user interface.

-param uConnectionParam

Specifies the configuration session for which to invoke the user interface.

-param hWnd

Handle to the parent window for the configuration user interface.

-param uReserved1

This parameter is reserved and should be zero.

-param uReserved2

This parameter is reserved and should be zero.

-returns

If the function succeeds, the return value should be S_OK.

If the function fails, the return value should be one of the following codes.

Return code Description
E_FAIL
Non-specific error.
E_INVALIDARG
One of the arguments is invalid.
E_OUTOFMEMORY
The method failed because it was unable to allocate required memory.
E_UNEXPECTED
An unexpected error occurred.

-remarks

The DLL that implements IEAPProviderConfig may support more than one authentication protocol. The dwEapTypeId parameter specifies for which authentication protocol to invoke the configuration user interface.

-see-also

EAP Interfaces

Extensible Authentication Protocol Reference

IEAPProviderConfig

IEAPProviderConfig::Initialize

IEAPProviderConfig::RouterInvokeConfigUI

IEAPProviderConfig::RouterInvokeCredentialsUI

IEAPProviderConfig::Uninitialize