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