#define global IID_IDiscFormat2TrackAtOnce "{27354154-8F64-5B0F-8F00-5D77AFBE261E}"
#usecom global IDiscFormat2TrackAtOnce IID_IDiscFormat2TrackAtOnce "{}"
#comfunc global IDiscFormat2TrackAtOnce_PrepareMedia 12
#comfunc global IDiscFormat2TrackAtOnce_AddAudioTrack 13 sptr
#comfunc global IDiscFormat2TrackAtOnce_CancelAddTrack 14
#comfunc global IDiscFormat2TrackAtOnce_ReleaseMedia 15
#comfunc global IDiscFormat2TrackAtOnce_SetWriteSpeed 16 int,int
#comfunc global IDiscFormat2TrackAtOnce_put_Recorder 17 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_Recorder 18 sptr
#comfunc global IDiscFormat2TrackAtOnce_put_BufferUnderrunFreeDisabled 19 int
#comfunc global IDiscFormat2TrackAtOnce_get_BufferUnderrunFreeDisabled 20 var
#comfunc global IDiscFormat2TrackAtOnce_get_NumberOfExistingTracks 21 var
#comfunc global IDiscFormat2TrackAtOnce_get_TotalSectorsOnMedia 22 var
#comfunc global IDiscFormat2TrackAtOnce_get_FreeSectorsOnMedia 23 var
#comfunc global IDiscFormat2TrackAtOnce_get_UsedSectorsOnMedia 24 var
#comfunc global IDiscFormat2TrackAtOnce_put_DoNotFinalizeMedia 25 int
#comfunc global IDiscFormat2TrackAtOnce_get_DoNotFinalizeMedia 26 var
#comfunc global IDiscFormat2TrackAtOnce_get_ExpectedTableOfContents 27 var
#comfunc global IDiscFormat2TrackAtOnce_get_CurrentPhysicalMediaType 28 var
#comfunc global IDiscFormat2TrackAtOnce_put_ClientName 29 wstr
#comfunc global IDiscFormat2TrackAtOnce_get_ClientName 30 var
#comfunc global IDiscFormat2TrackAtOnce_get_RequestedWriteSpeed 31 var
#comfunc global IDiscFormat2TrackAtOnce_get_RequestedRotationTypeIsPureCAV 32 var
#comfunc global IDiscFormat2TrackAtOnce_get_CurrentWriteSpeed 33 var
#comfunc global IDiscFormat2TrackAtOnce_get_CurrentRotationTypeIsPureCAV 34 var
#comfunc global IDiscFormat2TrackAtOnce_get_SupportedWriteSpeeds 35 var
#comfunc global IDiscFormat2TrackAtOnce_get_SupportedWriteSpeedDescriptors 36 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IDiscFormat2TrackAtOnce "{27354154-8F64-5B0F-8F00-5D77AFBE261E}"
#usecom global IDiscFormat2TrackAtOnce IID_IDiscFormat2TrackAtOnce "{}"
#comfunc global IDiscFormat2TrackAtOnce_PrepareMedia 12
#comfunc global IDiscFormat2TrackAtOnce_AddAudioTrack 13 sptr
#comfunc global IDiscFormat2TrackAtOnce_CancelAddTrack 14
#comfunc global IDiscFormat2TrackAtOnce_ReleaseMedia 15
#comfunc global IDiscFormat2TrackAtOnce_SetWriteSpeed 16 int,int
#comfunc global IDiscFormat2TrackAtOnce_put_Recorder 17 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_Recorder 18 sptr
#comfunc global IDiscFormat2TrackAtOnce_put_BufferUnderrunFreeDisabled 19 int
#comfunc global IDiscFormat2TrackAtOnce_get_BufferUnderrunFreeDisabled 20 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_NumberOfExistingTracks 21 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_TotalSectorsOnMedia 22 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_FreeSectorsOnMedia 23 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_UsedSectorsOnMedia 24 sptr
#comfunc global IDiscFormat2TrackAtOnce_put_DoNotFinalizeMedia 25 int
#comfunc global IDiscFormat2TrackAtOnce_get_DoNotFinalizeMedia 26 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_ExpectedTableOfContents 27 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_CurrentPhysicalMediaType 28 sptr
#comfunc global IDiscFormat2TrackAtOnce_put_ClientName 29 wstr
#comfunc global IDiscFormat2TrackAtOnce_get_ClientName 30 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_RequestedWriteSpeed 31 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_RequestedRotationTypeIsPureCAV 32 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_CurrentWriteSpeed 33 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_CurrentRotationTypeIsPureCAV 34 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_SupportedWriteSpeeds 35 sptr
#comfunc global IDiscFormat2TrackAtOnce_get_SupportedWriteSpeedDescriptors 36 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。