ImDiskDeviceSaveImageFileInteractive Method (IntPtr) |
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 [ComVisibleAttribute(false)]
public void SaveImageFileInteractive(
IntPtr hWnd
)
<ComVisibleAttribute(false)>
Public Sub SaveImageFileInteractive (
hWnd As IntPtr
)
public:
[ComVisibleAttribute(false)]
void SaveImageFileInteractive(
IntPtr hWnd
)
[<ComVisibleAttribute(false)>]
member SaveImageFileInteractive :
hWnd : IntPtr -> unit
Parameters
- hWnd
- Type: SystemIntPtr
Handle to existing window that will be parent to dialog
boxes etc.
See Also