Searched refs:GetNumMethods (Results 1 – 5 of 5) sorted by relevance
307 STDMETHOD(GetNumMethods)(UInt32 *numMethods) PURE;
325 STDMETHOD(GetNumMethods)(UInt32 *numMethods);
818 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods() function in CCodecs
84 RINOK(GetCodecs->GetNumMethods(&num)); in Load()
747 if (codecs->GetNumMethods(&numMethods) == S_OK) in Main2()