Directory Services

DSPROPERTYPAGEINFO

The DSPROPERTYPAGEINFO structure is used by an Active Directory® property sheet extension to obtain static registration data for the extension. This structure is supplied by the CFSTR_DSPROPERTYPAGEINFO clipboard format.

typedef struct {
DWORD offsetString; } DSPROPERTYPAGEINFO,
*LPDSPROPERTYPAGEINFO;

Members

offsetString
Contains the offset, in bytes, from the start of the DSPROPERTYPAGEINFO structure to a NULL-terminated, Unicode string that contains the optional data stored for the extension.

Remarks

The DSPROPETYPAGEINFO structure contains the optional string that the extension added to the adminPropertySheet and/or shellPropertySheet parameter values when the extension was registered. For more information about how this string is set, see Registering the Property Page COM Object in a Display Specifier.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Dsclient.h.

See Also

Active Directory Display Structures, CFSTR_DSPROPERTYPAGEINFO, Registering the Property Page COM Object in a Display Specifier