#define global IID_IDiscMasterProgressEvents "{EC9E51C1-4E5D-11D3-9144-00104BA11C5E}"
#usecom global IDiscMasterProgressEvents IID_IDiscMasterProgressEvents "{}"
#comfunc global IDiscMasterProgressEvents_QueryCancel 3 var
#comfunc global IDiscMasterProgressEvents_NotifyPnPActivity 4
#comfunc global IDiscMasterProgressEvents_NotifyAddProgress 5 int,int
#comfunc global IDiscMasterProgressEvents_NotifyBlockProgress 6 int,int
#comfunc global IDiscMasterProgressEvents_NotifyTrackProgress 7 int,int
#comfunc global IDiscMasterProgressEvents_NotifyPreparingBurn 8 int
#comfunc global IDiscMasterProgressEvents_NotifyClosingDisc 9 int
#comfunc global IDiscMasterProgressEvents_NotifyBurnComplete 10 int
#comfunc global IDiscMasterProgressEvents_NotifyEraseComplete 11 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IDiscMasterProgressEvents "{EC9E51C1-4E5D-11D3-9144-00104BA11C5E}"
#usecom global IDiscMasterProgressEvents IID_IDiscMasterProgressEvents "{}"
#comfunc global IDiscMasterProgressEvents_QueryCancel 3 sptr
#comfunc global IDiscMasterProgressEvents_NotifyPnPActivity 4
#comfunc global IDiscMasterProgressEvents_NotifyAddProgress 5 int,int
#comfunc global IDiscMasterProgressEvents_NotifyBlockProgress 6 int,int
#comfunc global IDiscMasterProgressEvents_NotifyTrackProgress 7 int,int
#comfunc global IDiscMasterProgressEvents_NotifyPreparingBurn 8 int
#comfunc global IDiscMasterProgressEvents_NotifyClosingDisc 9 int
#comfunc global IDiscMasterProgressEvents_NotifyBurnComplete 10 int
#comfunc global IDiscMasterProgressEvents_NotifyEraseComplete 11 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。