ID2D1Properties.GetValueByName

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HRESULT GetValueByName(PCWSTR name, D2D1_PROPERTY_TYPE type, BYTE* data, UINT32 dataSize)
  2. HRESULT GetValueByName(PCWSTR name, BYTE* data, UINT32 dataSize)
    interface ID2D1Properties
    extern (Windows) final const
    HRESULT
    GetValueByName
    (
    PCWSTR name
    ,
    BYTE* data
    ,
    UINT32 dataSize
    )
  3. HRESULT GetValueByName(PCWSTR propertyName, T* value)
  4. T GetValueByName(PCWSTR propertyName)

Meta