ホーム › Graphics.Direct2D › ID2D1Properties
ID2D1Properties
COMメソッド 11
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | DWORD GetPropertyCount() |
| 4 | HRESULT GetPropertyName(DWORD index, LPWSTR name, DWORD nameCount) |
| 5 | DWORD GetPropertyNameLength(DWORD index) |
| 6 | D2D1_PROPERTY_TYPE GetType(DWORD index) |
| 7 | DWORD GetPropertyIndex(LPWSTR name) |
| 8 | HRESULT SetValueByName(LPWSTR name, D2D1_PROPERTY_TYPE type, BYTE* data, DWORD dataSize) |
| 9 | HRESULT SetValue(DWORD index, D2D1_PROPERTY_TYPE type, BYTE* data, DWORD dataSize) |
| 10 | HRESULT GetValueByName(LPWSTR name, D2D1_PROPERTY_TYPE type, BYTE* data, DWORD dataSize) |
| 11 | HRESULT GetValue(DWORD index, D2D1_PROPERTY_TYPE type, BYTE* data, DWORD dataSize) |
| 12 | DWORD GetValueSize(DWORD index) |
| 13 | HRESULT GetSubProperties(DWORD index, ID2D1Properties** subProperties) |