Win32 API 日本語リファレンス
ホームUI.Accessibility › IUIAutomationRangeValuePattern

IUIAutomationRangeValuePattern

COM
IID59213f4f-7346-49e5-b120-80555987a148継承元IUnknown自前メソッド開始 vtbl3

メソッド 13

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtblメソッド
3HRESULT SetValue(DOUBLE val)
4HRESULT get_CurrentValue(DOUBLE* retVal)
5HRESULT get_CurrentIsReadOnly(BOOL* retVal)
6HRESULT get_CurrentMaximum(DOUBLE* retVal)
7HRESULT get_CurrentMinimum(DOUBLE* retVal)
8HRESULT get_CurrentLargeChange(DOUBLE* retVal)
9HRESULT get_CurrentSmallChange(DOUBLE* retVal)
10HRESULT get_CachedValue(DOUBLE* retVal)
11HRESULT get_CachedIsReadOnly(BOOL* retVal)
12HRESULT get_CachedMaximum(DOUBLE* retVal)
13HRESULT get_CachedMinimum(DOUBLE* retVal)
14HRESULT get_CachedLargeChange(DOUBLE* retVal)
15HRESULT get_CachedSmallChange(DOUBLE* retVal)