> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/memory/local_alloc_flags.md).

# LOCAL\_ALLOC\_FLAGS

```csharp
[Flags]
public enum LOCAL_ALLOC_FLAGS : uint
{
    LHND = 0x00000042,
    LMEM_FIXED = 0x00000000,
    LMEM_MOVEABLE = 0x00000002,
    LMEM_ZEROINIT = 0x00000040,
    LPTR = 0x00000040,
    NONZEROLHND = 0x00000002,
    NONZEROLPTR = 0x00000000,
}
```
