#define global IID_IFullScreenVideo "{DD1D7110-7836-11CF-BF47-00AA0055595A}"
#usecom global IFullScreenVideo IID_IFullScreenVideo "{}"
#comfunc global IFullScreenVideo_CountModes 3 var
#comfunc global IFullScreenVideo_GetModeInfo 4 int,var,var,var
#comfunc global IFullScreenVideo_GetCurrentMode 5 var
#comfunc global IFullScreenVideo_IsModeAvailable 6 int
#comfunc global IFullScreenVideo_IsModeEnabled 7 int
#comfunc global IFullScreenVideo_SetEnabled 8 int,int
#comfunc global IFullScreenVideo_GetClipFactor 9 var
#comfunc global IFullScreenVideo_SetClipFactor 10 int
#comfunc global IFullScreenVideo_SetMessageDrain 11 sptr
#comfunc global IFullScreenVideo_GetMessageDrain 12 sptr
#comfunc global IFullScreenVideo_SetMonitor 13 int
#comfunc global IFullScreenVideo_GetMonitor 14 var
#comfunc global IFullScreenVideo_HideOnDeactivate 15 int
#comfunc global IFullScreenVideo_IsHideOnDeactivate 16
#comfunc global IFullScreenVideo_SetCaption 17 wstr
#comfunc global IFullScreenVideo_GetCaption 18 var
#comfunc global IFullScreenVideo_SetDefault 19
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IFullScreenVideo "{DD1D7110-7836-11CF-BF47-00AA0055595A}"
#usecom global IFullScreenVideo IID_IFullScreenVideo "{}"
#comfunc global IFullScreenVideo_CountModes 3 sptr
#comfunc global IFullScreenVideo_GetModeInfo 4 int,sptr,sptr,sptr
#comfunc global IFullScreenVideo_GetCurrentMode 5 sptr
#comfunc global IFullScreenVideo_IsModeAvailable 6 int
#comfunc global IFullScreenVideo_IsModeEnabled 7 int
#comfunc global IFullScreenVideo_SetEnabled 8 int,int
#comfunc global IFullScreenVideo_GetClipFactor 9 sptr
#comfunc global IFullScreenVideo_SetClipFactor 10 int
#comfunc global IFullScreenVideo_SetMessageDrain 11 sptr
#comfunc global IFullScreenVideo_GetMessageDrain 12 sptr
#comfunc global IFullScreenVideo_SetMonitor 13 int
#comfunc global IFullScreenVideo_GetMonitor 14 sptr
#comfunc global IFullScreenVideo_HideOnDeactivate 15 int
#comfunc global IFullScreenVideo_IsHideOnDeactivate 16
#comfunc global IFullScreenVideo_SetCaption 17 wstr
#comfunc global IFullScreenVideo_GetCaption 18 sptr
#comfunc global IFullScreenVideo_SetDefault 19
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。