Sponsors
SetupPromptForDisk
in Setup
Function name: SetupPromptForDisk
Defined in : setupapi
Requirements : Windows NT 4.0 or later; Windows 95 or later
Declaration:
Declare Function SetupPromptForDisk Lib "setupapi.dll" Alias "SetupPromptForDiskA" (ByVal hwndParent As Long, ByVal DialogTitle As String, ByVal DiskName As String, ByVal PathToSource As String, ByVal FileSought As String, ByVal TagFile As String, ByVal DiskPromptStyle As Long, ByVal PathBuffer As String, ByVal PathBufferSize As Long, ByRef PathRequiredSize As Long) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.