Lines Matching refs:name
58 const UInt32 kKeepName = 1 << 0; // keep name of file in archive name
264 x(GetStream(const wchar_t *name, IInStream **inStream))
273 x(SetSubArchiveName(const wchar_t *name))
324 x(GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
326 x(GetArchivePropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
369 x(GetRawPropInfo(UInt32 index, BSTR *name, PROPID *propID))
586 Z7_COM7F_IMF(CHandler::f(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
593 *name = NULL; return S_OK; } \
600 *name = NWindows::NCOM::AllocBstrFromAscii(prop.Name); return S_OK; } \