Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Call this function to prepare for subsequent calls to GetNextFormat for retrieving a list of data formats from the item.
void BeginEnumFormats( );
Remarks
After a call to BeginEnumFormats, the position of the first format supported by this data object is stored. Successive calls to GetNextFormat will enumerate the list of available formats in the data object.
To check on the availability of data in a given format, use COleDataObject::IsDataAvailable.
For more information, see IDataObject::EnumFormatEtc in the Windows SDK.
Requirements
Header: afxole.h