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

pub unsafe extern "system" fn SetupPromptForDiskW(
    hwndParent: HWND,
    DialogTitle: PCWSTR,
    DiskName: PCWSTR,
    PathToSource: PCWSTR,
    FileSought: PCWSTR,
    TagFile: PCWSTR,
    DiskPromptStyle: DWORD,
    PathBuffer: PWSTR,
    PathBufferSize: DWORD,
    PathRequiredSize: PDWORD
) -> UINT