ホーム › Web.InternetExplorer › ITridentTouchInputSite
ITridentTouchInputSite
COMメソッド 2
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
vtbl 3 HRESULT SetManipulationMode(styleMsTouchAction msTouchAction)
| msTouchAction | styleMsTouchAction | in | 適用するタッチ操作のマニピュレーションモード (styleMsTouchAction) を指定する。 |
| x | INT | in | ズームの中心とする点の X 座標を指定する。 |
| y | INT | in | ズームの中心とする点の Y 座標を指定する。 |
HSP用 COM定義
#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
#define global IID_ITridentTouchInputSite "{30510849-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global ITridentTouchInputSite IID_ITridentTouchInputSite "{}"
#comfunc global ITridentTouchInputSite_SetManipulationMode 3 int
#comfunc global ITridentTouchInputSite_ZoomToPoint 4 int,int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。