pub unsafe extern "system" fn WdsCliTransferFile(
    pwszserver: PCWSTR,
    pwsznamespace: PCWSTR,
    pwszremotefilepath: PCWSTR,
    pwszlocalfilepath: PCWSTR,
    dwflags: u32,
    dwreserved: u32,
    pfnwdsclicallback: PFN_WdsCliCallback,
    pvuserdata: *const c_void,
    phtransfer: *mut HANDLE
) -> HRESULT
Expand description

Required features: "Win32_System_DeploymentServices", "Win32_Foundation"