GlobalAlloc
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.SysInt)]
public static extern IntPtr GlobalAlloc(
uint uFlags,
UIntPtr dwBytes
);Last updated
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.SysInt)]
public static extern IntPtr GlobalAlloc(
uint uFlags,
UIntPtr dwBytes
);Last updated