Platform SDK: Active Directory, ADSI, and Directory Services

DSOBJECTNAMES

The DSOBJECTNAMES structure is used to describe selections normally used to invoke either a context menu extension (IContextMenu) or a property sheet (IShellPropSheetExt). It is also returned by the IDataObject interface implemented in dsquery.

typedef struct DSObjectNames
{
  CLSID  clsidNamespace;
  UINT   cItems;
  DSOBJECT aObjects[1];
} DSOjectNames, *LPDSOBJECTNAMES;

Members

clsidNamespace
The namespace identifier which indicates the origin of the namespace selection.
cItems
The number of items in the aObjects.
aObjects[1]
The array of DSBOJECT structures.

Requirements

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

See Also

Active Directory Display Structures, IDataObject