2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #ifndef _VOLUME_INF_H_
11 #define _VOLUME_INF_H_
16 CString m_strFilePath
;
17 CString m_strFileName
;
19 unsigned __int64 m_nID
;
20 unsigned __int64 m_nQuota
;
21 unsigned __int64 m_nNewQuota
;
22 unsigned __int64 m_nUsed
;
23 unsigned __int64 m_nPartSize
;
24 unsigned __int64 m_nPartFree
;
26 CString m_strErrorMsg
;
30 #endif // _VOLUME_INF_H_