Click to Rate and Give Feedback
MSDN
MSDN Library
Security
Authentication
Winlogon and GINA
 WLX_NOTIFICATION_INFO Structure
WLX_NOTIFICATION_INFO Structure

This structure stores information about a Winlogon event.

Syntax

typedef struct _WLX_NOTIFICATION_INFO {
ULONG Size;
ULONG Flags;
PWSTR UserName;
PWSTR Domain;
PWSTR WindowStation;
HANDLE hToken;
HDESK hDesktop;
PFNMSGECALLBACK pStatusCallback; } WLX_NOTIFICATION_INFO,
*PWLX_NOTIFICATION_INFO;

Members

Size

Indicates the size of the structure, in bytes. Your application can check this value against the structure size to validate the structure.

Flags

Reserved for internal use.

UserName

String that specifies the name of the user currently logged on to the system. If the event occurs before a user logs on, this value is NULL.

Domain

String that specifies the name of the domain the user is currently logged on to. If the event occurs before a user logs on, this value is NULL.

WindowStation

Specifies the name of the window station the user is currently logged on to. If the event occurs before a user logs on, this value is NULL. Note that most configurations use a single, default window station. Some applications, such as About Terminal Services, use multiple window stations.

hToken

A handle to the user's token. This value is NULL if the event occurs before a user logs on.

hDesktop

A handle to the desktop that is currently active.

pStatusCallback

Reserved for internal use.

Requirements

ClientRequires Windows XP or Windows 2000 Professional.
ServerRequires Windows Server 2003 or Windows 2000 Server.
HeaderDeclared in Winwlx.h.

Send comments about this topic to Microsoft

Build date: 9/25/2008

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker