WlxIsLockOk function
[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.
Syntax
BOOL WlxIsLockOk( _In_ PVOID pWlxContext );
Parameters
- pWlxContext [in]
-
Pointer to the GINA context associated with this window station. The GINA supplies this context when Winlogon calls WlxInitialize.
Return value
| Return code | Description |
|---|---|
|
Returns TRUE if it is acceptable to lock the workstation. |
|
Returns FALSE if it is not acceptable to lock the workstation. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
End of client support |
Windows XP |
|
End of server support |
Windows Server 2003 |
|
Header |
|
See also