Home | History | Annotate | Download | only in Common

Lines Matching full:uint32

87 typedef UInt32 (WINAPI *GetNumberOfMethodsFunc)(UInt32 *numMethods);

88 typedef UInt32 (WINAPI *GetNumberOfFormatsFunc)(UInt32 *numFormats);
89 typedef UInt32 (WINAPI *GetHandlerPropertyFunc)(PROPID propID, PROPVARIANT *value);
90 typedef UInt32 (WINAPI *GetHandlerPropertyFunc2)(UInt32 index, PROPID propID, PROPVARIANT *value);
91 typedef UInt32 (WINAPI *CreateObjectFunc)(const GUID *clsID, const GUID *iid, void **outObject);
92 typedef UInt32 (WINAPI *SetLargePageModeFunc)();
95 static HRESULT GetCoderClass(GetMethodPropertyFunc getMethodProperty, UInt32 index,
118 UInt32 numMethods = 1;
125 for(UInt32 i = 0; i < numMethods; i++)
142 UInt32 index, PROPID propID, NCOM::CPropVariant &prop)
152 UInt32 index, PROPID propID, bool &res)
166 UInt32 index, PROPID propID, UString &res)
248 UInt32 numFormats = 1;
257 for(UInt32 i = 0; i < numFormats; i++)
314 iconPair.IconIndex = (UInt32)ConvertStringToUInt64(num, &end);
429 for (UInt32 i = 0; i < g_NumArcs; i++)
520 STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject);
521 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
522 // STDAPI GetNumberOfMethods(UInt32 *numCodecs);
525 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods)
535 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
565 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder)
581 STDMETHODIMP CCodecs::CreateEncoder(UInt32 index, const GUID *iid, void **coder)
618 int CCodecs::GetCodecLibIndex(UInt32 index)
636 bool CCodecs::GetCodecEncoderIsAssigned(UInt32 index)
660 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id)
671 UString CCodecs::GetCodecName(UInt32 index)