Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |