28 references to GLOBAL_ALLOC_FLAGS
System.Drawing.Common (3)
System\Drawing\Printing\PrinterSettings.cs (3)
634
HGLOBAL handle = PInvokeCore.GlobalAlloc(
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE, (uint)result);
736
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT,
System.Private.Windows.Core (12)
System\IO\StreamExtensions.cs (1)
39
hglobal = PInvokeCore.GlobalAlloc(
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE, (uint)size);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
78
pmedium->hGlobal = PInvokeCore.GlobalAlloc(
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT, 1);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
377
hglobal = PInvokeCore.GlobalAlloc(
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT, (uint)sstg.cbSize);
System\Private\Windows\Ole\DragDropFormat.cs (2)
73
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT);
System\Private\Windows\Ole\DragDropHelper.cs (1)
11
using static Windows.Win32.System.Memory.
GLOBAL_ALLOC_FLAGS
;
Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (2)
110
internal static winmdroot.Foundation.HGLOBAL GlobalAlloc(winmdroot.System.Memory.
GLOBAL_ALLOC_FLAGS
uFlags, nuint dwBytes)
118
static extern winmdroot.Foundation.HGLOBAL LocalExternFunction(winmdroot.System.Memory.
GLOBAL_ALLOC_FLAGS
uFlags, nuint dwBytes);
Windows.Win32.PInvokeCore.OLE32.dll.g.cs (1)
111
internal static extern winmdroot.Foundation.HANDLE OleDuplicateData(winmdroot.Foundation.HANDLE hSrc, winmdroot.System.Ole.CLIPBOARD_FORMAT cfFormat, winmdroot.System.Memory.
GLOBAL_ALLOC_FLAGS
uiFlags);
Windows\Win32\Foundation\GlobalBuffer.cs (1)
29
(uint)
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
9
using static Windows.Win32.System.Memory.
GLOBAL_ALLOC_FLAGS
;
System.Windows.Forms.Tests (12)
System\Windows\Forms\DataObjectTests.cs (8)
2475
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT,
2518
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT,
2598
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT,
2639
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT,
System\Windows\Forms\DragDropFormatTests.cs (4)
38
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT,
148
GLOBAL_ALLOC_FLAGS
.GMEM_MOVEABLE |
GLOBAL_ALLOC_FLAGS
.GMEM_ZEROINIT),