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)
152
void* buffer = PInvokeCore.
GlobalLock
(hglobal);
189
void* buffer = PInvokeCore.
GlobalLock
(hglobal);
247
void* buffer = PInvokeCore.
GlobalLock
(hglobal);
475
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);