directx-d v0.14.1 (2022-11-15T10:12:44Z)
Dub
Repo
ID2D1Properties.GetPropertyName
directx
d2d1_1
ID2D1Properties
<summary> Retrieves the property name from the given property index. </summary>
HRESULT
GetPropertyName
(UINT32 index, PWSTR name, UINT32 nameCount)
interface
ID2D1Properties
extern (
Windows
) const
HRESULT
GetPropertyName
(
UINT32
index
,
PWSTR
name
,
UINT32
nameCount
)
HRESULT
GetPropertyName
(U index, PWSTR name, UINT32 nameCount)
Meta
Source
See Implementation
directx
d2d1_1
ID2D1Properties
functions
GetPropertyCount
GetPropertyIndex
GetPropertyName
GetPropertyNameLength
GetSubProperties
GetType
GetValue
GetValueByName
GetValueSize
SetValue
SetValueByName
<summary> Retrieves the property name from the given property index. </summary>