[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;
Each data object consists of the selected item(s) associated with a given snapi-in. Data objects are passed using GlobalAlloc.