SMMCDataObjects

[This is preliminary documentation and subject to change.]

Clipboard format for the snap in's multi selected data object types for all of the currently selected result items put by the snapin.

typedef struct  _SMMCDataObjects
    {
    DWORD count;
    LPDATAOBJECT lpDataObject[ 1 ];
    }    SMMCDataObjects;

Members

count
The number of snap-ins.
lpDataObject
Array of pointers to the data objects.

Remarks

Each data object consists of the selected item(s) associated with a given snapi-in. Data objects are passed using GlobalAlloc.

See Also

SMMCObjectTypes