Enum API.GlobalAllocFlags
Flags for GlobalAlloc function.
Namespace: Syncfusion.CompoundFile.DocIO.Native
Assembly: Syncfusion.DocIO.Base.dll
Syntax
[Flags]
public enum GlobalAllocFlags
Fields
Name | Description |
---|---|
GMEM_FIXED | Allocates fixed memory. The return value is a pointer. |
GMEM_MOVEABLE | Allocates movable memory. Memory blocks are never moved in physical memory, but they can be moved within the default heap. |
GMEM_NODISCARD | NO Discard memory. |
GMEM_ZEROINIT | Initializes memory contents to zero. |