IDiscRecorder2ExGetDeviceDescriptor Method |
Namespace:
IMAPI2
Assembly:
CSAudioCDBurner (in CSAudioCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxvoid GetDeviceDescriptor(
out IntPtr data,
out uint byteSize
)
Sub GetDeviceDescriptor (
<OutAttribute> ByRef data As IntPtr,
<OutAttribute> 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,
/** @attribute OutAttribute */ /** @ref */UInt32 byteSize
)
function GetDeviceDescriptor(
data : IntPtr,
byteSize : uint
)
function GetDeviceDescriptor(data, byteSize);
Parameters
- data
- Type: SystemIntPtr
- byteSize
- Type: SystemUInt32
See Also