windows::Win32::System::Diagnostics::Debug

Function EnumDirTreeW

pub unsafe fn EnumDirTreeW<P1, P2>(
    hprocess: Option<HANDLE>,
    rootpath: P1,
    inputpathname: P2,
    outputpathbuffer: Option<PWSTR>,
    cb: PENUMDIRTREE_CALLBACKW,
    data: Option<*const c_void>,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,