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