9 references to GlobalLock
Microsoft.Private.Windows.Core (9)
System\IO\StreamExtensions.cs (1)
54
void* buffer = PInvokeCore.
GlobalLock
(hglobal);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
141
void* buffer = PInvokeCore.
GlobalLock
(hglobal);
178
void* buffer = PInvokeCore.
GlobalLock
(hglobal);
236
void* buffer = PInvokeCore.
GlobalLock
(hglobal);
464
void* ptr = PInvokeCore.
GlobalLock
(hglobal);
System\Private\Windows\Ole\DragDropHelper.cs (3)
142
void* basePtr = PInvokeCore.
GlobalLock
(dragDropFormat.Medium.hGlobal);
219
void* basePtr = PInvokeCore.
GlobalLock
(medium.hGlobal);
377
void* basePtr = PInvokeCore.
GlobalLock
(medium.hGlobal);
Windows\Win32\Foundation\GlobalBuffer.cs (1)
36
_pointer = PInvokeCore.
GlobalLock
(_hglobal);