IDiscRecorder2ExSendDvdStructure Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void SendDvdStructure(
uint format,
byte[] data,
uint Count
)
Sub SendDvdStructure (
format As UInteger,
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[] *
Count : uint32 -> unit
void SendDvdStructure(
UInt32 format,
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