|
ReactOS 0.4.17-dev-934-g091855f
|


Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 373 of file d2d1_1.idl.
| UINT32 ID2D1Properties::GetPropertyCount | ( | ) |
| HRESULT ID2D1Properties::GetPropertyName | ( | [in] UINT32 | index, |
| [out] WCHAR * | name, | ||
| [in] UINT32 | name_count | ||
| ) |
| HRESULT ID2D1Properties::GetSubProperties | ( | [in] UINT32 | index, |
| [out] ID2D1Properties ** | props | ||
| ) |
| D2D1_PROPERTY_TYPE ID2D1Properties::GetType | ( | [in] UINT32 | index | ) |
| HRESULT ID2D1Properties::GetValue | ( | [in] UINT32 | index, |
| [in] D2D1_PROPERTY_TYPE | type, | ||
| [out] BYTE * | value, | ||
| [in] UINT32 | value_size | ||
| ) |
| HRESULT ID2D1Properties::GetValueByName | ( | [in] const WCHAR * | name, |
| [in] D2D1_PROPERTY_TYPE | type, | ||
| [out] BYTE * | value, | ||
| [in] UINT32 | value_size | ||
| ) |
| HRESULT ID2D1Properties::SetValue | ( | [in] UINT32 | index, |
| [in] D2D1_PROPERTY_TYPE | type, | ||
| [in] const BYTE * | value, | ||
| [in] UINT32 | value_size | ||
| ) |
| HRESULT ID2D1Properties::SetValueByName | ( | [in] const WCHAR * | name, |
| [in] D2D1_PROPERTY_TYPE | type, | ||
| [in] const BYTE * | value, | ||
| [in] UINT32 | value_size | ||
| ) |