menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum API.GlobalAllocFlags

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved