Skip to content

Latest commit

 

History

History
108 lines (88 loc) · 3.2 KB

nf-winwlx-wlxnetworkproviderload.md

File metadata and controls

108 lines (88 loc) · 3.2 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:winwlx.WlxNetworkProviderLoad
WlxNetworkProviderLoad function (winwlx.h)
Winlogon calls this function to collect valid authentication and identification information.
WlxNetworkProviderLoad
WlxNetworkProviderLoad function [Security]
_gina_wlxnetworkproviderload
security.wlxnetworkproviderload
winwlx/WlxNetworkProviderLoad
security\wlxnetworkproviderload.htm
security
d9a39211-f876-46d8-9a7c-c6bb3ba9edfe
12/05/2018
WlxNetworkProviderLoad, WlxNetworkProviderLoad function [Security], _gina_wlxnetworkproviderload, security.wlxnetworkproviderload, winwlx/WlxNetworkProviderLoad
winwlx.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
WlxNetworkProviderLoad
winwlx/WlxNetworkProviderLoad
c++
APIRef
kbSyntax
UserDefined
Winwlx.h
WlxNetworkProviderLoad

WlxNetworkProviderLoad function

-description

[The WlxNetworkProviderLoad function is no longer available for use as of Windows Server 2008 and Windows Vista.]

The WlxNetworkProviderLoad function must be implemented by a replacement GINA DLL. Winlogon calls this function to collect valid authentication and identification information.

Note   GINA DLLs are ignored in Windows Vista.
 

-parameters

-param pWlxContext [in]

Pointer to the GINA context associated with this window station. The GINA returns this context value when Winlogon calls WlxInitialize for this station.

-param pNprNotifyInfo [out]

Points to an WLX_MPR_NOTIFY_INFO structure that contains domain, user name, and password information for the user. Winlogon will use this information to provide identification and authentication information to network providers.

The GINA is not required to return password information. Any NULL fields within the structure will be ignored by Winlogon. Use LocalAlloc to allocate each string; Winlogon will free them when they are no longer needed.

-returns

Return code Description
TRUE
Return TRUE if the user was authenticated.
FALSE
Return FALSE if the user was not authenticated.

-see-also

WlxInitialize