Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stores window data.
Syntax
typedef struct _WINDOWDATA {
DWORD dwWindowID;
UINT uiCP;
PIDLIST_ABSOLUTE pidl;
LPWSTR lpszUrl;
LPWSTR lpszUrlLocation;
LPWSTR lpszTitle;
} WINDOWDATA;
Members
dwWindowID
Type: DWORD
The window ID.
uiCP
Type: UINT
The codepage of the current entry.
pidl
Type: PIDLIST_ABSOLUTE
The current PIDL.
lpszUrl
Type: LPWSTR
A pointer to a buffer to hold the window URL.
lpszUrlLocation
Type: LPWSTR
A pointer to a buffer to hold the window URL Location (local anchor).
lpszTitle
Type: LPWSTR
A pointer to a buffer to hold the window title.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tlogstg.h |