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