SMMCObjectTypes

[This is preliminary documentation and subject to change.]

Clipboard format for the array of GUIDs that constitute the object.

typedef struct _SMMCObjectTypes
{
    DWORD   count;
    GUID    guid[1];
    
} SMMCObjectTypes;

Members

count
The count of selected items.
guid
Array of GUIDs for the selected items.

See Also

SMMCDataObjects