3 references to EnumFormatEtc
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
55return nativeDataObject.Value->EnumFormatEtc(dwDirection, ppenumFormatEtc); 637nativeDataObject.Value->EnumFormatEtc((uint)DATADIR.DATADIR_GET, enumFORMATETC).AssertSuccess();
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
57if (nativeDataObject.Value->EnumFormatEtc((uint)direction, nativeFormat).Failed)