Xamarin.Forms

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

    Show / Hide Table of Contents

    Class GlobalAllocFlags

    Flags for GlobalAlloc function.

    Inheritance
    System.Object
    GlobalAllocFlags
    Namespace: Syncfusion.CompoundFile.DocIO.Net
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class GlobalAllocFlags : Enum

    Fields

    GMEM_FIXED

    Allocates fixed memory. The return value is a pointer.

    Declaration
    public const GlobalAllocFlags GMEM_FIXED
    Field Value
    Type Description
    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 GlobalAllocFlags GMEM_MOVEABLE
    Field Value
    Type Description
    GlobalAllocFlags

    GMEM_NODISCARD

    NO Discard memory.

    Declaration
    public const GlobalAllocFlags GMEM_NODISCARD
    Field Value
    Type Description
    GlobalAllocFlags

    GMEM_ZEROINIT

    Initializes memory contents to zero.

    Declaration
    public const GlobalAllocFlags GMEM_ZEROINIT
    Field Value
    Type Description
    GlobalAllocFlags

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved