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