[][src]Function winapi::um::setupapi::SetupCopyErrorW

pub unsafe extern "system" fn SetupCopyErrorW(
    hwndParent: HWND,
    DialogTitle: PCWSTR,
    DiskName: PCWSTR,
    PathToSource: PCWSTR,
    SourceFile: PCWSTR,
    TargetPathFile: PCWSTR,
    Win32ErrorCode: UINT,
    Style: DWORD,
    PathBuffer: PWSTR,
    PathBufferSize: DWORD,
    PathRequiredSize: PDWORD
) -> UINT