[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaimapi.pas line 259
type IDiscMaster = interface(IUnknown) |
function Open; |
function EnumDiscMasterFormats(); |
function GetActiveDiscMasterFormat(); |
function SetActiveDiscMasterFormat(); |
function EnumDiscRecorders(); |
function GetActiveDiscRecorder(); |
function SetActiveDiscRecorder(); |
function ClearFormatContent; |
function ProgressAdvise(); |
function ProgressUnadvise(); |
function RecordDisc(); |
function Close; |
end; |
| |
IInterface |