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

Function WrappedCreateDXGIFactory1

OsiInterface/DxgiWrapper.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 HRESULT WINAPI WrappedCreateDXGIFactory1(REFIID riid, _Out_ void **ppFactory)
71 {
72 return gDxgiWrapper->CreateDXGIFactory1(riid, ppFactory);
73 }
74
75 HRESULT WINAPI WrappedCreateDXGIFactory2(UINT Flags, REFIID riid, _Out_ void **ppFactory)
76 {

Callers

nothing calls this directly

Calls 1

CreateDXGIFactory1Method · 0.45

Tested by

no test coverage detected