ID2D1Properties.GetValue

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

Meta