windows::Win32::Graphics::GdiPlus

Function GdipCreateBitmapFromResource

pub unsafe fn GdipCreateBitmapFromResource<P1>(
    hinstance: HINSTANCE,
    lpbitmapname: P1,
    bitmap: *mut *mut GpBitmap,
) -> Status
where P1: Param<PCWSTR>,