#define global IID_IDVBSLocator "{3D7C353C-0D04-45F1-A742-F97CC1188DC8}"
#usecom global IDVBSLocator IID_IDVBSLocator "{1DF7D126-4050-47F0-A7CF-4C4CA9241333}"
#comfunc global IDVBSLocator_get_SignalPolarisation 22 var
#comfunc global IDVBSLocator_put_SignalPolarisation 23 int
#comfunc global IDVBSLocator_get_WestPosition 24 var
#comfunc global IDVBSLocator_put_WestPosition 25 int
#comfunc global IDVBSLocator_get_OrbitalPosition 26 var
#comfunc global IDVBSLocator_put_OrbitalPosition 27 int
#comfunc global IDVBSLocator_get_Azimuth 28 var
#comfunc global IDVBSLocator_put_Azimuth 29 int
#comfunc global IDVBSLocator_get_Elevation 30 var
#comfunc global IDVBSLocator_put_Elevation 31 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IDVBSLocator "{3D7C353C-0D04-45F1-A742-F97CC1188DC8}"
#usecom global IDVBSLocator IID_IDVBSLocator "{1DF7D126-4050-47F0-A7CF-4C4CA9241333}"
#comfunc global IDVBSLocator_get_SignalPolarisation 22 sptr
#comfunc global IDVBSLocator_put_SignalPolarisation 23 int
#comfunc global IDVBSLocator_get_WestPosition 24 sptr
#comfunc global IDVBSLocator_put_WestPosition 25 int
#comfunc global IDVBSLocator_get_OrbitalPosition 26 sptr
#comfunc global IDVBSLocator_put_OrbitalPosition 27 int
#comfunc global IDVBSLocator_get_Azimuth 28 sptr
#comfunc global IDVBSLocator_put_Azimuth 29 int
#comfunc global IDVBSLocator_get_Elevation 30 sptr
#comfunc global IDVBSLocator_put_Elevation 31 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。