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

Function WrappedCreateDXGIFactory

OsiLoader/DxgiWrapper.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63extern "C"
64{
65 HRESULT WINAPI WrappedCreateDXGIFactory(REFIID riid, _Out_ void **ppFactory)
66 {
67 return gDxgiWrapper->CreateDXGIFactory(riid, ppFactory);
68 }
69
70 HRESULT WINAPI WrappedCreateDXGIFactory1(REFIID riid, _Out_ void **ppFactory)
71 {

Callers

nothing calls this directly

Calls 1

CreateDXGIFactoryMethod · 0.45

Tested by

no test coverage detected