Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "LocalMemoryFlags" in [All]

kernel32

.

The uFlags parameter above can also be represented by a value from the LocalMemoryFlags enumeration described below:

.

public enum LocalMemoryFlags {

.

    IntPtr memPtr = LocalAlloc(LocalMemoryFlags.LPTR, new UIntPtr((uint)size));

.

Note that this sample uses the LocalMemoryFlags enumeration listed above.

Enums

.

enum LocalMemoryFlags {

.

Enum LocalMemoryFlags


 
Access PInvoke.net directly from VS: