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