alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class API.GlobalAllocFlags

    Flags for GlobalAlloc function.

    Inheritance
    System.Object
    API.GlobalAllocFlags
    Namespace: Syncfusion.CompoundFile.DocIO.Native
    Assembly: Syncfusion.DocIO.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved