MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / DWriteCreateFactory

Function DWriteCreateFactory

core/src/dllproxy.cc:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100#define Forward_DWRITE(F) _Forward(DWRITE_DLL, #F, F)
101
102EXTERN_C HRESULT WINAPI DWriteCreateFactory(int factoryType, REFIID iid, IUnknown **factory)
103{
104 return Forward_DWRITE(DWriteCreateFactory)(factoryType, iid, factory);
105}
106
107// VERSION DLL
108// ==============================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected