3 references to Pointer
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (3)
350
DROPFILES* dropFiles = (DROPFILES*)buffer.
Pointer
;
360
(char*)((byte*)buffer.
Pointer
+ dropFiles->pFiles),
386
PInvokeCore.WideCharToMultiByte(PInvokeCore.CP_ACP, 0, value, value.Length, (PSTR)buffer.
Pointer
, byteCount, null, null);