Desktop Functions: Smart Device Functions:
|
Search Results for "LocalMemoryFlags" in [All]kernel321: LocalAlloc 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 |