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