add volume size

This commit is contained in:
Chris Danford
2005-12-04 09:02:40 +00:00
parent b0350450e3
commit 5a2c4504f2
2 changed files with 17 additions and 0 deletions
@@ -22,6 +22,7 @@ struct UsbStorageDevice
sVendor = "";
sProduct = "";
sVolumeLabel = "";
iVolumeSizeMB = 0;
};
int iBus;
int iPort;
@@ -60,6 +61,7 @@ struct UsbStorageDevice
CString sVendor;
CString sProduct;
CString sVolumeLabel;
int iVolumeSizeMB;
bool IsBlank() const { return m_State == STATE_NONE; }
void SetOsMountDir( const CString &s );