Directory Services |
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;
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.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsclient.h.
Active Directory Display Structures, CFSTR_DSPROPERTYPAGEINFO, Registering the Property Page COM Object in a Display Specifier