D2D1CreateFactory

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. HRESULT D2D1CreateFactory(D2D1_FACTORY_TYPE factoryType, GUID* riid, void** ppIFactory)
    version(Windows)
    extern (Windows)
    HRESULT
    D2D1CreateFactory
  2. HRESULT D2D1CreateFactory(D2D1_FACTORY_TYPE factoryType, GUID* riid, D2D1_FACTORY_OPTIONS* pFactoryOptions, void** ppIFactory)

Meta