Platform SDK: Active Directory, ADSI, and Directory Services |
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;
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsclient.h.