Class API.GlobalAllocFlags
Flags for GlobalAlloc function.
Inheritance
System.Object
API.GlobalAllocFlags
Namespace: Syncfusion.CompoundFile.XlsIO.Native
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public sealed class GlobalAllocFlags : Enum
Fields
GMEM_FIXED
Allocates fixed memory. The return value is a pointer.
Declaration
public const API.GlobalAllocFlags GMEM_FIXED
Field Value
Type |
---|
API.GlobalAllocFlags |
GMEM_MOVEABLE
Allocates movable memory. Memory blocks are never moved in physical memory, but they can be moved within the default heap.
Declaration
public const API.GlobalAllocFlags GMEM_MOVEABLE
Field Value
Type |
---|
API.GlobalAllocFlags |
GMEM_NODISCARD
NO Discard memory.
Declaration
public const API.GlobalAllocFlags GMEM_NODISCARD
Field Value
Type |
---|
API.GlobalAllocFlags |
GMEM_ZEROINIT
Initializes memory contents to zero.
Declaration
public const API.GlobalAllocFlags GMEM_ZEROINIT
Field Value
Type |
---|
API.GlobalAllocFlags |