Home | History | Annotate | Download | only in Common

Lines Matching refs:propid

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

329 switch (propID)
448 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw()
452 RINOK(arc->GetProperty(index, propID, &prop));
480 static HRESULT Archive_GetArcBoolProp(IInArchive *arc, PROPID propid, bool &result) throw()
484 RINOK(arc->GetArchiveProperty(propid, &prop));
492 static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, UInt64 &result, bool &defined)
496 RINOK(arc->GetArchiveProperty(propid, &prop));
509 static HRESULT Archive_GetArcProp_Int(IInArchive *arc, PROPID propid, Int64 &result, bool &defined)
513 RINOK(arc->GetArchiveProperty(propid, &prop));
1143 STDMETHODIMP CArchiveOpenCallback_Offset::GetProperty(PROPID propID, PROPVARIANT *value)
1146 return OpenVolumeCallback->GetProperty(propID, value);