Platform SDK: Active Directory, ADSI, and Directory Services

DSPROPERTYPAGEINFO

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;

Members

offsetString
Offset from the structure head to the start of the UNICODE string.

Remarks

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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsclient.h.

See Also

Active Directory Display Structures