Skip to content

Latest commit

 

History

History
126 lines (96 loc) · 3.03 KB

nc-winwlx-pwlx_get_option.md

File metadata and controls

126 lines (96 loc) · 3.03 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
NC:winwlx.PWLX_GET_OPTION
PWLX_GET_OPTION (winwlx.h)
Called by GINA to retrieve the current value of an option.
PWLX_GET_OPTION
PWLX_GET_OPTION callback
WlxGetOption
WlxGetOption callback function [Security]
_gina_wlxgetoption
security.wlxgetoption
winwlx/WlxGetOption
security\wlxgetoption.htm
security
724477d4-ec56-44bd-801e-23c225bafd03
12/05/2018
PWLX_GET_OPTION, PWLX_GET_OPTION callback, WlxGetOption, WlxGetOption callback function [Security], _gina_wlxgetoption, security.wlxgetoption, winwlx/WlxGetOption
winwlx.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
PWLX_GET_OPTION
winwlx/PWLX_GET_OPTION
c++
APIRef
kbSyntax
UserDefined
winwlx.h
WlxGetOption

PWLX_GET_OPTION callback function

-description

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

Called by GINA to retrieve the current value of an option.

Note   GINA DLLs are ignored in Windows Vista.
 

-parameters

-param hWlx [in]

Specifies the Winlogon handle passed to GINA in the WlxInitialize call.

-param Option [in]

Specifies one of the following options:

-param Value [out]

Returns the current value of the option.

-returns

The WlxGetOption function returns one of the following values.

Return code Description
TRUE
The value of the option was returned in the Value parameter.
FALSE
Winlogon did not return the value.

-remarks

In order to access this function, the GINA DLL must use the WLX_DISPATCH_VERSION_1_3 structure and set the Winlogon version to at least WLX_VERSION_1_3 in its WlxNegotiate call.

-see-also

WLX_DISPATCH_VERSION_1_3

WlxInitialize

WlxNegotiate

WlxSetOption