• Home
  • Raw
  • Download

Lines Matching refs:propID

133 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value)  in GetRootProp()  argument
136 switch (propID) in GetRootProp()
163 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument
166 *propID = kpidNtSecure; in GetRawPropInfo()
172 propID in GetRootRawProp()
182 if (propID == kpidNtSecure) in GetRootRawProp()
199 return Arc->GetRootProps->GetRootRawProp(propID, data, dataSize, propType); in GetRootRawProp()
208 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp() argument
214 if (propID == kpidNtSecure || in GetRawProp()
215 propID == kpidNtReparse) in GetRawProp()
224 propID, data, dataSize, propType); in GetRawProp()
238 if (propID == kpidNtSecure) in GetRawProp()
320 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() argument
336 if (propID == kpidSymLink) in GetProperty()
372 else if (propID == kpidHardLink) in GetProperty()
391 && propID != kpidIsDir in GetProperty()
392 && propID != kpidPath in GetProperty()
393 && propID != kpidIsAltStream) in GetProperty()
395 switch (propID) in GetProperty()
401 else if (propID == kpidPath && up.NewNameIndex >= 0) in GetProperty()
403 else if (propID == kpidComment in GetProperty()
408 else if (propID == kpidShortName && up.NewNameIndex >= 0 && up.IsMainRenameItem) in GetProperty()
412 …else if ((up.UseArcProps || (KeepOriginalItemNames && (propID == kpidPath || propID == kpidIsAltSt… in GetProperty()
414 …chive->GetProperty(ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, propID, value); in GetProperty()
418 switch (propID) in GetProperty()