Home | History | Annotate | Download | only in Archive

Lines Matching refs:varType

273   STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_NO_THROW_DECL_ONLY x; \

275 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_NO_THROW_DECL_ONLY x; \
513 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
515 *propID = k[index]; *varType = k7z_PROPID_To_VARTYPE[(unsigned)*propID]; *name = 0; return S_OK; } \
522 VARTYPE vt;
532 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
535 *propID = (PROPID)prop.PropID; *varType = prop.vt; \
562 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \