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