ID2D1Properties.GetValueByName

<summary> Retrieves the given property or sub-property by name. '.' is the delimiter for sub-properties. </summary>

  1. HRESULT GetValueByName(PCWSTR name, D2D1_PROPERTY_TYPE type, BYTE* data, UINT32 dataSize)
    interface ID2D1Properties
    extern (Windows) const
    HRESULT
    GetValueByName
    (
    PCWSTR name
    ,,
    BYTE* data
    ,
    UINT32 dataSize
    )
  2. HRESULT GetValueByName(PCWSTR name, BYTE* data, UINT32 dataSize)
  3. HRESULT GetValueByName(PCWSTR propertyName, T* value)
  4. T GetValueByName(PCWSTR propertyName)

Meta