WlxLogoff function
[The WlxLogoff function is no longer available for use as of Windows Server 2008 and Windows Vista.]
Applies to: desktop apps only
The WlxLogoff function must be implemented by a replacement GINA DLL. Winlogon calls this function to notify the GINA of a logoff operation on this workstation, allowing the GINA to perform any logoff operations that may be required.
Note GINA DLLs are ignored in Windows Vista.
Syntax
void WlxLogoff( __in PVOID pWlxContext );
Parameters
- pWlxContext [in]
-
A pointer to the GINA context associated with this window station. The GINA returns this context value when Winlogon calls WlxInitialize for this station.
Return value
This function does not return a value.
Remarks
Before calling WlxLogoff, Winlogon sets the desktop state so that the current desktop is the Winlogon desktop and sets the workstation state so that the desktop is locked.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
End of client support | Windows XP |
|
End of server support | Windows Server 2003 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/13/2012