Skip to content

Latest commit

 

History

History
121 lines (86 loc) · 4.55 KB

ns-winwlx-wlx_dispatch_version_1_0.md

File metadata and controls

121 lines (86 loc) · 4.55 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
NS:winwlx._WLX_DISPATCH_VERSION_1_0
WLX_DISPATCH_VERSION_1_0 (winwlx.h)
Defines the format of the Winlogon version 1.0 function dispatch table passed to your GINA DLL in the WlxInitialize call.
*PWLX_DISPATCH_VERSION_1_0
PWLX_DISPATCH_VERSION_1_0
PWLX_DISPATCH_VERSION_1_0 structure pointer [Security]
WLX_DISPATCH_VERSION_1_0
WLX_DISPATCH_VERSION_1_0 structure [Security]
_gina_wlx_dispatch_version_1_0
security.wlx_dispatch_version_1_0
winwlx/PWLX_DISPATCH_VERSION_1_0
winwlx/WLX_DISPATCH_VERSION_1_0
security\wlx_dispatch_version_1_0.htm
security
13b08978-5112-44d8-ae41-207e0040eb73
12/05/2018
*PWLX_DISPATCH_VERSION_1_0, PWLX_DISPATCH_VERSION_1_0, PWLX_DISPATCH_VERSION_1_0 structure pointer [Security], WLX_DISPATCH_VERSION_1_0, WLX_DISPATCH_VERSION_1_0 structure [Security], _gina_wlx_dispatch_version_1_0, security.wlx_dispatch_version_1_0, winwlx/PWLX_DISPATCH_VERSION_1_0, winwlx/WLX_DISPATCH_VERSION_1_0
winwlx.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
WLX_DISPATCH_VERSION_1_0, *PWLX_DISPATCH_VERSION_1_0
19H1
_WLX_DISPATCH_VERSION_1_0
winwlx/_WLX_DISPATCH_VERSION_1_0
PWLX_DISPATCH_VERSION_1_0
winwlx/PWLX_DISPATCH_VERSION_1_0
WLX_DISPATCH_VERSION_1_0
winwlx/WLX_DISPATCH_VERSION_1_0
c++
APIRef
kbSyntax
HeaderDef
Winwlx.h
WLX_DISPATCH_VERSION_1_0

WLX_DISPATCH_VERSION_1_0 structure

-description

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

The WLX_DISPATCH_VERSION_1_0 structure defines the format of the Winlogon version 1.0 function dispatch table passed to your GINA DLL in the WlxInitialize call.

This dispatch table is used if your GINA DLL specifies version 1.0 in its implementation of WlxNegotiate.

-struct-fields

-field WlxUseCtrlAltDel

Pointer to a WlxUseCtrlAltDel function.

-field WlxSetContextPointer

Pointer to a WlxSetContextPointer function.

-field WlxSasNotify

Pointer to a WlxSasNotify function.

-field WlxSetTimeout

Pointer to a WlxSetTimeout function.

-field WlxAssignShellProtection

Pointer to a WlxAssignShellProtection function.

-field WlxMessageBox

Pointer to a WlxMessageBox function.

-field WlxDialogBox

Pointer to a WlxDialogBox function.

-field WlxDialogBoxParam

Pointer to a WlxDialogBoxParam function.

-field WlxDialogBoxIndirect

Pointer to a WlxDialogBoxIndirect function.

-field WlxDialogBoxIndirectParam

Pointer to a WlxDialogBoxIndirectParam function.

-field WlxSwitchDesktopToUser

Pointer to a WlxSwitchDesktopToUser function.

-field WlxSwitchDesktopToWinlogon

Pointer to a WlxSwitchDesktopToWinlogon function.

-field WlxChangePasswordNotify

Pointer to a WlxChangePasswordNotify function.

-see-also

WlxInitialize