IDiscRecorder2ExSendDvdStructure Method |
Namespace:
IMAPI2
Assembly:
CSAudioCDBurner (in CSAudioCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxvoid SendDvdStructure(
uint format,
ref byte data,
uint Count
)
Sub SendDvdStructure (
format As UInteger,
ByRef data As Byte,
Count As UInteger
)
Dim instance As IDiscRecorder2Ex
Dim format As UInteger
Dim data As Byte
Dim Count As UInteger
instance.SendDvdStructure(format, data,
Count)
abstract SendDvdStructure :
format : uint32 *
data : byte byref *
Count : uint32 -> unit
void SendDvdStructure(
UInt32 format,
/** @ref */byte data,
UInt32 Count
)
function SendDvdStructure(
format : uint,
data : byte,
Count : uint
)
function SendDvdStructure(format, data, Count);
Parameters
- format
- Type: SystemUInt32
- data
- Type: SystemByte
- Count
- Type: SystemUInt32
See Also