MCPcopy Create free account
hub / github.com/Norbyte/ositools / WrappedCreateDXGIFactory2

Function WrappedCreateDXGIFactory2

OsiLoader/DxgiWrapper.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 HRESULT WINAPI WrappedCreateDXGIFactory2(UINT Flags, REFIID riid, _Out_ void **ppFactory)
76 {
77 return gDxgiWrapper->CreateDXGIFactory2(Flags, riid, ppFactory);
78 }
79}

Callers

nothing calls this directly

Calls 1

CreateDXGIFactory2Method · 0.45

Tested by

no test coverage detected