Searched refs:GetNumMethods (Results 1 – 5 of 5) sorted by relevance
340 STDMETHOD(GetNumMethods)(UInt32 *numMethods) PURE;
400 STDMETHOD(GetNumMethods)(UInt32 *numMethods);
967 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods() function in CCodecs1317 if (GetNumMethods(&numMethods) == S_OK) in Get_CodecsInfoUser_Vector()
92 RINOK(GetCodecs->GetNumMethods(&num)); in Load()
1069 if (codecs->GetNumMethods(&numMethods) == S_OK) in Main2()