Home | History | Annotate | Download | only in Common

Lines Matching full:propid

326 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)

333 switch (propID)
449 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw()
453 RINOK(arc->GetProperty(index, propID, &prop));
481 static HRESULT Archive_GetArcBoolProp(IInArchive *arc, PROPID propid, bool &result)
485 RINOK(arc->GetArchiveProperty(propid, &prop));
493 static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, UInt64 &result, bool &defined)
497 RINOK(arc->GetArchiveProperty(propid, &prop));
510 static HRESULT Archive_GetArcProp_Int(IInArchive *arc, PROPID propid, Int64 &result, bool &defined)
514 RINOK(arc->GetArchiveProperty(propid, &prop));