IDiscRecorder2ExGetTrackInformation Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void GetTrackInformation(
uint address,
IMAPI_READ_TRACK_ADDRESS_TYPE addressType,
out IntPtr trackInformation,
ref uint byteSize
)
Sub GetTrackInformation (
address As UInteger,
addressType As IMAPI_READ_TRACK_ADDRESS_TYPE,
<OutAttribute> ByRef trackInformation As IntPtr,
ByRef byteSize As UInteger
)
Dim instance As IDiscRecorder2Ex
Dim address As UInteger
Dim addressType As IMAPI_READ_TRACK_ADDRESS_TYPE
Dim trackInformation As IntPtr
Dim byteSize As UInteger
instance.GetTrackInformation(address,
addressType, trackInformation, byteSize)
abstract GetTrackInformation :
address : uint32 *
addressType : IMAPI_READ_TRACK_ADDRESS_TYPE *
trackInformation : IntPtr byref *
byteSize : uint32 byref -> unit
void GetTrackInformation(
UInt32 address,
IMAPI_READ_TRACK_ADDRESS_TYPE addressType,
/** @attribute OutAttribute */ /** @ref */IntPtr trackInformation,
/** @ref */UInt32 byteSize
)
function GetTrackInformation(
address : uint,
addressType : IMAPI_READ_TRACK_ADDRESS_TYPE,
trackInformation : IntPtr,
byteSize : uint
)
function GetTrackInformation(address, addressType, trackInformation, byteSize);
Parameters
- address
- Type: SystemUInt32
- addressType
- Type: IMAPI2.axlibIMAPI_READ_TRACK_ADDRESS_TYPE
- trackInformation
- Type: SystemIntPtr
- byteSize
- Type: SystemUInt32
See Also