Win32 API 日本語リファレンス
ホームGraphics.Direct2D › ID2D1Properties

ID2D1Properties

COM
IID483473d7-cd46-4f9d-9d3a-3112aa80159d継承元IUnknown自前メソッド開始 vtbl3

メソッド 11

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

vtblメソッド
3DWORD GetPropertyCount()
4HRESULT GetPropertyName(DWORD index, LPWSTR name, DWORD nameCount)
5DWORD GetPropertyNameLength(DWORD index)
6D2D1_PROPERTY_TYPE GetType(DWORD index)
7DWORD GetPropertyIndex(LPWSTR name)
8HRESULT SetValueByName(LPWSTR name, D2D1_PROPERTY_TYPE type, BYTE* data, DWORD dataSize)
9HRESULT SetValue(DWORD index, D2D1_PROPERTY_TYPE type, BYTE* data, DWORD dataSize)
10HRESULT GetValueByName(LPWSTR name, D2D1_PROPERTY_TYPE type, BYTE* data, DWORD dataSize)
11HRESULT GetValue(DWORD index, D2D1_PROPERTY_TYPE type, BYTE* data, DWORD dataSize)
12DWORD GetValueSize(DWORD index)
13HRESULT GetSubProperties(DWORD index, ID2D1Properties** subProperties)