Function windows::Win32::Web::InternetExplorer::IEShowOpenFileDialog

pub unsafe fn IEShowOpenFileDialog<P0, P1, P2, P3>(
    hwnd: P0,
    lpwstrfilename: &mut [u16],
    lpwstrinitialdir: P1,
    lpwstrfilter: P2,
    lpwstrdefext: P3,
    dwfilterindex: u32,
    dwflags: u32,
    phfile: *mut HANDLE
) -> Result<()>
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,