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

Function WrappedDWriteCreateFactory

BG3Extender/Extender/Shared/DWriteWrapper.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

DWriteCreateFactoryMethod · 0.45

Tested by

no test coverage detected