IDiscRecorder2ExReadDvdStructure Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void ReadDvdStructure(
uint format,
uint address,
uint layer,
uint agid,
out IntPtr data,
out uint Count
)
Sub ReadDvdStructure (
format As UInteger,
address As UInteger,
layer As UInteger,
agid As UInteger,
<OutAttribute> ByRef data As IntPtr,
<OutAttribute> ByRef Count As UInteger
)
Dim instance As IDiscRecorder2Ex
Dim format As UInteger
Dim address As UInteger
Dim layer As UInteger
Dim agid As UInteger
Dim data As IntPtr
Dim Count As UInteger
instance.ReadDvdStructure(format, address,
layer, agid, data, Count)
abstract ReadDvdStructure :
format : uint32 *
address : uint32 *
layer : uint32 *
agid : uint32 *
data : IntPtr byref *
Count : uint32 byref -> unit
void ReadDvdStructure(
UInt32 format,
UInt32 address,
UInt32 layer,
UInt32 agid,
/** @attribute OutAttribute */ /** @ref */IntPtr data,
/** @attribute OutAttribute */ /** @ref */UInt32 Count
)
function ReadDvdStructure(
format : uint,
address : uint,
layer : uint,
agid : uint,
data : IntPtr,
Count : uint
)
function ReadDvdStructure(format, address, layer, agid, data, Count);
Parameters
- format
- Type: SystemUInt32
- address
- Type: SystemUInt32
- layer
- Type: SystemUInt32
- agid
- Type: SystemUInt32
- data
- Type: SystemIntPtr
- Count
- Type: SystemUInt32
See Also