Platform SDK: Active Directory, ADSI, and Directory Services |
The DSPROPETYPAGEINFO structure is used to pass information about property page extension. Such information, described in a Display Specifier, is represented in an array containing "<n>,<CLSID for COM object>,[<extra information>]". This structure wraps the array in a string.
typedef struct DSPROPERTYPAGEINFO { DWORD offsetString; } DSPROPERTYPAGEINFO, *LPDSPROPERTYPAGEINFO;
The parsed display specifier string is passed to the page object via the IDataObject in this clipboard format when the property pages for an object are being displayed.
The format for a Win32 extension is "n, {clsid} [,other information...]" within the display specifier for a property page. The "other information" section is taken and passed down.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsclient.h.