4 implementations of EnumFormatEtc
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
211public HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc) => _nativeDataObject.EnumFormatEtc(dwDirection, ppenumFormatEtc);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
234public HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
52public HRESULT EnumFormatEtc(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
77HRESULT Com.IDataObject.Interface.EnumFormatEtc(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc)
1 reference to EnumFormatEtc
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
211public HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc) => _nativeDataObject.EnumFormatEtc(dwDirection, ppenumFormatEtc);