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

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