WINDOWDATA structure
Provides information about the current window for a travel log entry.
Syntax
typedef struct _WINDOWDATA {
DWORD dwWindowID;
UINT uiCP;
PIDLIST_ABSOLUTE pidl;
LPWSTR lpszUrl;
LPWSTR lpszUrlLocation;
LPWSTR lpszTitle;
} WINDOWDATA;
Members
dwWindowID
The numeric ID of the window.uiCP
Code page of the current entry.pidl
An array of PIDLs.lpszUrl
Pointer to a buffer to hold the window URL.lpszUrlLocation
Pointer to a buffer to hold the window URL fragment (local anchor).lpszTitle
Pointer to a buffer to hold the window title.
Remarks
The pidl and lpszUrl members are mutually exclusive; one or the other is present, but not both. Use IBrowserService::IEGetDisplayName to convert the PIDL to a URL string.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 |
Header |
Tlogstg.h |
IDL |
Tlogstg.idl |