Lines Matching refs:UInt32
24 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
25 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
55 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
67 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size) PURE;
82 STDMETHOD(SetNumberOfThreads)(UInt32 numThreads) PURE;
114 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size) PURE;
115 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
121 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size) PURE;
132 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
133 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
134 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *iid, void **coder) PURE;
135 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *iid, void **coder) PURE;
144 STDMETHOD(SetKey)(const Byte *data, UInt32 size) PURE;
145 STDMETHOD(SetInitVector)(const Byte *data, UInt32 size) PURE;
162 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size) PURE;
167 STDMETHOD(CryptoSetCRC)(UInt32 crc) PURE;
192 STDMETHOD_(void, Update)(const void *data, UInt32 size) PURE;
194 STDMETHOD_(UInt32, GetDigestSize)() PURE;
199 STDMETHOD_(UInt32, GetNumHashers)() PURE;
200 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
201 STDMETHOD(CreateHasher)(UInt32 index, IHasher **hasher) PURE;
206 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
207 typedef HRESULT (WINAPI *Func_GetMethodProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);