FreeDiskSpace: Added DiskQuota option to change the returned size values to obey user disk quotas when set to DiskQuota=1. (default 0)

This commit is contained in:
jsmorley
2012-07-17 13:49:43 -04:00
parent ef2942a6c1
commit 6a1a880801
2 changed files with 12 additions and 2 deletions

View File

@ -42,6 +42,7 @@ private:
bool m_Total;
bool m_Label;
bool m_IgnoreRemovable;
bool m_DiskQuota;
ULONGLONG m_OldTotalBytes;
};