Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / client_exp / volume_inf.h
blob39b14c0f08c9c41853e1a4977957635acd29a38b
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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
8 */
10 #ifndef _VOLUME_INF_H_
11 #define _VOLUME_INF_H_
13 class CVolInfo
15 public:
16 CString m_strFilePath;
17 CString m_strFileName;
18 CString m_strName;
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;
25 int m_nDup;
26 CString m_strErrorMsg;
30 #endif // _VOLUME_INF_H_