ImDiskDeviceSaveImageFileInteractive Method (IntPtr, UInt32, Boolean) |
This function saves the contents of a device to an image file. This is a
user-interactive function that displays dialog boxes where user can select
image file and other options.
Namespace: LTR.IO.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public void SaveImageFileInteractive(
IntPtr hWnd,
uint BufferSize,
bool IsCdRomType
)
Public Sub SaveImageFileInteractive (
hWnd As IntPtr,
BufferSize As UInteger,
IsCdRomType As Boolean
)
public:
void SaveImageFileInteractive(
IntPtr hWnd,
unsigned int BufferSize,
bool IsCdRomType
)
member SaveImageFileInteractive :
hWnd : IntPtr *
BufferSize : uint32 *
IsCdRomType : bool -> unit
Parameters
- hWnd
- Type: SystemIntPtr
Handle to existing window that will be parent to dialog
boxes etc. - BufferSize
- Type: SystemUInt32
I/O buffer size to use when reading source disk. This
parameter is optional, if it is zero the buffer size to use
will automatically choosen. - IsCdRomType
- Type: SystemBoolean
If this parameter is TRUE and the source device type cannot
be automatically determined this function will ask user for
a .iso suffixed image file name.
See Also