Function windows::Win32::Media::Multimedia::MCIWndCreateW

pub unsafe fn MCIWndCreateW<P0, P1, P2>(
    hwndparent: P0,
    hinstance: P1,
    dwstyle: u32,
    szfile: P2,
) -> HWND
where P0: Param<HWND>, P1: Param<HINSTANCE>, P2: Param<PCWSTR>,