MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / NonDelegatingQueryInterface

Method NonDelegatingQueryInterface

Source/SubPic/SubPicQueueImpl.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55STDMETHODIMP CSubPicQueueImpl::NonDelegatingQueryInterface(REFIID riid, void** ppv)
56{
57 return
58 QI(ISubPicQueue)
59 __super::NonDelegatingQueryInterface(riid, ppv);
60}
61
62// ISubPicQueue
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected