Searched refs:GetNumberOfMethods (Results 1 – 7 of 7) sorted by relevance
6 GetNumberOfMethods PRIVATE
132 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
222 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
697 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) in GetNumberOfMethods() function in CCodecs
181 STDAPI GetNumberOfMethods(UINT32 *numCodecs) in GetNumberOfMethods() function
63 RINOK(GetCodecs->GetNumberOfMethods(&num)); in LoadCodecs()
611 if (codecs->GetNumberOfMethods(&numMethods) == S_OK) in Main2()