pub unsafe extern "system" fn EnumDirTree(
    hprocess: HANDLE,
    rootpath: PCSTR,
    inputpathname: PCSTR,
    outputpathbuffer: PSTR,
    cb: PENUMDIRTREE_CALLBACK,
    data: *const c_void
) -> BOOL
Expand description

Required features: "Win32_Foundation"