Skip to content

Latest commit

 

History

History
98 lines (84 loc) · 2.35 KB

nf-winwlx-wlxislockok.md

File metadata and controls

98 lines (84 loc) · 2.35 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.WlxIsLockOk
WlxIsLockOk function (winwlx.h)
Winlogon calls this function before attempting to lock the workstation.
WlxIsLockOk
WlxIsLockOk function [Security]
_gina_wlxislockok
security.wlxislockok
winwlx/WlxIsLockOk
security\wlxislockok.htm
security
764d7fc9-57d8-472a-9b91-ebfbe3628452
12/05/2018
WlxIsLockOk, WlxIsLockOk function [Security], _gina_wlxislockok, security.wlxislockok, winwlx/WlxIsLockOk
winwlx.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
WlxIsLockOk
winwlx/WlxIsLockOk
c++
APIRef
kbSyntax
UserDefined
Winwlx.h
WlxIsLockOk

WlxIsLockOk function

-description

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

The WlxIsLockOk function must be implemented by a replacement GINA DLL. Winlogon calls this function before attempting to lock the workstation.

Note   GINA DLLs are ignored in Windows Vista.
 

-parameters

-param pWlxContext [in]

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

-returns

Return code Description
TRUE
Returns TRUE if it is acceptable to lock the workstation.
FALSE
Returns FALSE if it is not acceptable to lock the workstation.

-see-also

WlxInitialize