Edit

Share via


DSPROPERTYPAGEINFO structure (dsclient.h)

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.

Syntax

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 attributes 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

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header dsclient.h

See also

CFSTR_DSPROPERTYPAGEINFO

Display Structures in Active Directory Domain Services

Registering the Property Page COM Object in a Display Specifier