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