DFileSystemImageEventsUpdate Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void Update(
Object sender,
string currentFile,
int copiedSectors,
int totalSectors
)
Sub Update (
sender As Object,
currentFile As String,
copiedSectors As Integer,
totalSectors As Integer
)
Dim instance As DFileSystemImageEvents
Dim sender As Object
Dim currentFile As String
Dim copiedSectors As Integer
Dim totalSectors As Integer
instance.Update(sender, currentFile, copiedSectors,
totalSectors)
abstract Update :
sender : Object *
currentFile : string *
copiedSectors : int *
totalSectors : int -> unit
void Update(
/** @attribute InAttribute */ Object sender,
String currentFile,
/** @attribute InAttribute */ int copiedSectors,
/** @attribute InAttribute */ int totalSectors
)
function Update(
sender : Object,
currentFile : String,
copiedSectors : int,
totalSectors : int
)
function Update(sender, currentFile, copiedSectors, totalSectors);
Parameters
- sender
- Type: SystemObject
- currentFile
- Type: SystemString
- copiedSectors
- Type: SystemInt32
- totalSectors
- Type: SystemInt32
See Also