Lines Matching full:uint32
45 typedef UINT32 (WINAPI * CreateObjectFunc)(
79 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result)
92 static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result)
175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
191 UInt32 Attrib;
228 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index,
427 UInt32 Attrib;
446 STDMETHOD(GetUpdateItemInfo)(UInt32 index,
447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);
448 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
449 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream);
451 STDMETHOD(GetVolumeSize)(UInt32 index, UInt64 *size);
452 STDMETHOD(GetVolumeStream)(UInt32 index, ISequentialOutStream **volumeStream);
503 STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */,
504 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive)
511 *indexInArchive = (UInt32)-1;
515 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
561 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream)
600 STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 *size)
604 if (index >= (UInt32)VolumesSizes.Size())
610 STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequentialOutStream **volumeStream)
751 (UInt32)9 // compression level = 9 - ultra
831 UInt32 numItems = 0;
833 for (UInt32 i = 0; i < numItems; i++)
862 HRESULT result = archive->Extract(NULL, (UInt32)(Int32)(-1), false, extractCallback);