LoadBitmap
[DllImport("user32.dll", SetLastError = true)]
public static extern IntPtr LoadBitmap(
IntPtr hInstance,
IntPtr lpBitmapName
);Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern IntPtr LoadBitmap(
IntPtr hInstance,
IntPtr lpBitmapName
);Last updated