Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The CCF_MMC_MULTISELECT_DATAOBJECT clipboard format enables a snap-in to determine whether the data object is a multiselect snap-ins data object.
Data Format
DWORD.
Remarks
Use the IDataObject::GetData method to retrieve data using this clipboard format.
If the data object is a multiselect snap-ins data object, the value 1 is passed with a return of S_OK. If the data object is not a multiselect snap-ins data object, the value 0 is passed with a return of S_OK. In addition, if DATA_E_FORMATETC is returned, the snap-in is not a multiselect snap-ins data object.
Be aware that a multiselect snap-ins data object is a data object that contains the array of pointers to the multiselection data objects of each snap-in represented in the set of selected items in the result pane. The data for a multiselect snap-ins data object can be retrieved using IDataObject::GetData using the CCF_MULTI_SELECT_SNAPINS clipboard format, whose data format is the SMMCDataObjects structure.
Requirements
| Minimum supported client |
Windows Vista |
| Minimum supported server |
Windows Server 2008 |
| Header |
|