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

Function EnumDirTree

pub unsafe fn EnumDirTree<P1, P2>(
    hprocess: Option<HANDLE>,
    rootpath: P1,
    inputpathname: P2,
    outputpathbuffer: Option<PSTR>,
    cb: PENUMDIRTREE_CALLBACK,
    data: Option<*const c_void>,
) -> Result<()>
where P1: Param<PCSTR>, P2: Param<PCSTR>,