ReactOS 0.4.17-dev-934-g091855f
ID2D1Properties Interface Reference
Inheritance diagram for ID2D1Properties:
Collaboration diagram for ID2D1Properties:

Public Member Functions

UINT32 GetPropertyCount ()
 
HRESULT GetPropertyName ([in] UINT32 index, [out] WCHAR *name, [in] UINT32 name_count)
 
UINT32 GetPropertyNameLength ([in] UINT32 index)
 
D2D1_PROPERTY_TYPE GetType ([in] UINT32 index)
 
UINT32 GetPropertyIndex ([in] const WCHAR *name)
 
HRESULT SetValueByName ([in] const WCHAR *name, [in] D2D1_PROPERTY_TYPE type, [in] const BYTE *value, [in] UINT32 value_size)
 
HRESULT SetValue ([in] UINT32 index, [in] D2D1_PROPERTY_TYPE type, [in] const BYTE *value, [in] UINT32 value_size)
 
HRESULT GetValueByName ([in] const WCHAR *name, [in] D2D1_PROPERTY_TYPE type, [out] BYTE *value, [in] UINT32 value_size)
 
HRESULT GetValue ([in] UINT32 index, [in] D2D1_PROPERTY_TYPE type, [out] BYTE *value, [in] UINT32 value_size)
 
UINT32 GetValueSize ([in] UINT32 index)
 
HRESULT GetSubProperties ([in] UINT32 index, [out] ID2D1Properties **props)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknown * LPUNKNOWN
 

Detailed Description

Definition at line 373 of file d2d1_1.idl.

Member Function Documentation

◆ GetPropertyCount()

UINT32 ID2D1Properties::GetPropertyCount ( )

◆ GetPropertyIndex()

UINT32 ID2D1Properties::GetPropertyIndex ( [in] const WCHAR *  name)

◆ GetPropertyName()

HRESULT ID2D1Properties::GetPropertyName ( [in] UINT32  index,
[out] WCHAR *  name,
[in] UINT32  name_count 
)

◆ GetPropertyNameLength()

UINT32 ID2D1Properties::GetPropertyNameLength ( [in] UINT32  index)

◆ GetSubProperties()

HRESULT ID2D1Properties::GetSubProperties ( [in] UINT32  index,
[out] ID2D1Properties **  props 
)

◆ GetType()

D2D1_PROPERTY_TYPE ID2D1Properties::GetType ( [in] UINT32  index)

◆ GetValue()

HRESULT ID2D1Properties::GetValue ( [in] UINT32  index,
[in] D2D1_PROPERTY_TYPE  type,
[out] BYTE *  value,
[in] UINT32  value_size 
)

◆ GetValueByName()

HRESULT ID2D1Properties::GetValueByName ( [in] const WCHAR *  name,
[in] D2D1_PROPERTY_TYPE  type,
[out] BYTE *  value,
[in] UINT32  value_size 
)

◆ GetValueSize()

UINT32 ID2D1Properties::GetValueSize ( [in] UINT32  index)

◆ SetValue()

HRESULT ID2D1Properties::SetValue ( [in] UINT32  index,
[in] D2D1_PROPERTY_TYPE  type,
[in] const BYTE *  value,
[in] UINT32  value_size 
)

◆ SetValueByName()

HRESULT ID2D1Properties::SetValueByName ( [in] const WCHAR *  name,
[in] D2D1_PROPERTY_TYPE  type,
[in] const BYTE *  value,
[in] UINT32  value_size 
)

The documentation for this interface was generated from the following file: