IFileSystemImageSetMaxMediaBlocksFromDevice Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void SetMaxMediaBlocksFromDevice(
IDiscRecorder2 discRecorder
)
Sub SetMaxMediaBlocksFromDevice (
discRecorder As IDiscRecorder2
)
Dim instance As IFileSystemImage
Dim discRecorder As IDiscRecorder2
instance.SetMaxMediaBlocksFromDevice(discRecorder)
abstract SetMaxMediaBlocksFromDevice :
discRecorder : IDiscRecorder2 -> unit
void SetMaxMediaBlocksFromDevice(
IDiscRecorder2 discRecorder
)
function SetMaxMediaBlocksFromDevice(
discRecorder : IDiscRecorder2
)
function SetMaxMediaBlocksFromDevice(discRecorder);
Parameters
- discRecorder
- Type: IMAPI2.axlibIDiscRecorder2
See Also