Searched refs:GetNumberOfMethods (Results 1 – 7 of 7) sorted by relevance
7 GetNumberOfMethods PRIVATE
130 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
156 STDAPI GetNumberOfMethods(UINT32 *numCodecs) in GetNumberOfMethods() function
177 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
525 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) in GetNumberOfMethods() function in CCodecs
52 RINOK(codecsInfo->GetNumberOfMethods(&num)); in LoadExternalCodecs()
306 if (codecs->GetNumberOfMethods(&numMethods) == S_OK) in Main2()