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