windows::Win32::Graphics::Gdi

Function CreateEnhMetaFileW

pub unsafe fn CreateEnhMetaFileW<P1, P3>(
    hdc: Option<HDC>,
    lpfilename: P1,
    lprc: Option<*const RECT>,
    lpdesc: P3,
) -> HDC
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,