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