1 instantiation of DROPFILES
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
351
*dropFiles = new
DROPFILES
()
4 references to DROPFILES
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (4)
334
uint sizeInBytes = (uint)sizeof(
DROPFILES
);
350
DROPFILES
* dropFiles = (
DROPFILES
*)buffer.Pointer;
353
pFiles = (uint)sizeof(
DROPFILES
),