IDataObject.EnumFormatEtc(UInt32, IEnumFORMATETC) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int EnumFormatEtc(System::UInt32 dwDirection, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumFORMATETC ^ % ppenumFormatEtc);
public:
int EnumFormatEtc(unsigned int dwDirection, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumFORMATETC ^ & ppenumFormatEtc);
int EnumFormatEtc(unsigned int dwDirection, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumFORMATETC const & & ppenumFormatEtc);
public int EnumFormatEtc (uint dwDirection, out Microsoft.VisualStudio.OLE.Interop.IEnumFORMATETC ppenumFormatEtc);
abstract member EnumFormatEtc : uint32 * IEnumFORMATETC -> int
Public Function EnumFormatEtc (dwDirection As UInteger, ByRef ppenumFormatEtc As IEnumFORMATETC) As Integer
Parameters
- dwDirection
- UInt32
- ppenumFormatEtc
- IEnumFORMATETC
Returns
Remarks
For information on the COM interface, see IDataObject::EnumFormatEtc