D2D1CreateDeviceContext

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. HRESULT D2D1CreateDeviceContext(IDXGISurface dxgiSurface, const(D2D1_CREATION_PROPERTIES)* creationProperties, ID2D1DeviceContext* d2dDeviceContext)
    version(Windows)
    extern (Windows)
    HRESULT
    D2D1CreateDeviceContext
  2. HRESULT D2D1CreateDeviceContext(IDXGISurface dxgiSurface, D2D1_CREATION_PROPERTIES creationProperties, ID2D1DeviceContext d2dDeviceContext)

Meta