Home | History | Annotate | Download | only in Archive

Lines Matching full:uint32

85   STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream,  Int32 askExtractMode) x; \

107 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream) PURE;
127 STDMETHOD(GetNumberOfItems)(UInt32 *numItems) x; \
128 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
129 STDMETHOD(Extract)(const UInt32* indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) x; \
131 STDMETHOD(GetNumberOfProperties)(UInt32 *numProperties) x; \
132 STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; \
133 STDMETHOD(GetNumberOfArchiveProperties)(UInt32 *numProperties) x; \
134 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x;
148 STDMETHOD(GetUpdateItemInfo)(UInt32 index, \
151 UInt32 *indexInArchive /* -1 if there is no in archive, or if doesn't matter */ \
153 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
154 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream) x; \
164 STDMETHOD(GetVolumeSize)(UInt32 index, UInt64 *size) x; \
165 STDMETHOD(GetVolumeStream)(UInt32 index, ISequentialOutStream **volumeStream) x; \
174 STDMETHOD(UpdateItems)(ISequentialOutStream *outStream, UInt32 numItems, IArchiveUpdateCallback *updateCallback) x; \
175 STDMETHOD(GetFileTimeType)(UInt32 *type) x;
190 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
196 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
203 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) \
208 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) \
214 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProperties) \
219 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProperties) \
224 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProperties) \
226 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \