MCPcopy Create free account
hub / github.com/Nevcairiel/LAVFilters / NonDelegatingQueryInterface

Method NonDelegatingQueryInterface

common/baseclasses/cprop.cpp:85–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83// Expose our IPropertyPage interface
84
85STDMETHODIMP
86CBasePropertyPage::NonDelegatingQueryInterface(REFIID riid, __deref_out void **ppv)
87{
88 if (riid == IID_IPropertyPage)
89 {
90 return GetInterface((IPropertyPage *)this, ppv);
91 }
92 else
93 {
94 return CUnknown::NonDelegatingQueryInterface(riid, ppv);
95 }
96}
97
98// Get the page info so that the page site can size itself
99

Callers 1

CreateInstanceMethod · 0.45

Calls 1

GetInterfaceFunction · 0.85

Tested by

no test coverage detected