MCPcopy Create free account
hub / github.com/Norbyte/bg3se / WrappedDWriteCreateFactory

Function WrappedDWriteCreateFactory

BG3Updater/DWriteWrapper.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44extern "C"
45{
46 HRESULT WINAPI WrappedDWriteCreateFactory(DWRITE_FACTORY_TYPE factoryType, REFIID iid, IUnknown** factory)
47 {
48 return bg3se::gDWriteWrapper->DWriteCreateFactory(factoryType, iid, factory);
49 }
50}

Callers

nothing calls this directly

Calls 1

DWriteCreateFactoryMethod · 0.45

Tested by

no test coverage detected