Example #1
0
 internal static extern IntPtr GlobalAlloc(GlobalAllocFlags flags, int size);
Example #2
0
 internal static extern IntPtr GlobalAlloc(GlobalAllocFlags flags, int size);
Example #3
0
 public static extern IntPtr GlobalAlloc([MarshalAs(UnmanagedType.U4)] GlobalAllocFlags uFlags, int dwBytes);
Example #4
0
 public static extern HGLOBAL GlobalAlloc(GlobalAllocFlags uFlags, SIZE_T dwBytes);
Example #5
0
 public static extern IntPtr GlobalReAlloc(IntPtr A_0, int A_1, GlobalAllocFlags A_2);
Example #6
0
 public static extern IntPtr GlobalAlloc(GlobalAllocFlags A_0, int A_1);
 internal static extern SafeGlobalAllocHandle GlobalAlloc(GlobalAllocFlags flags, UIntPtr size);
Example #8
0
 internal static extern SafeGlobalAllocHandle GlobalAlloc(GlobalAllocFlags flags, UIntPtr size);