It seems that MSDN does not document this characteristic that works only on NTFS and from NT 5.0 (Win2000).
However, to read the disk quota you may use GetDiskFreeSpaceEx API.
If you cannot find documentation on this issue, try to monitor the MMC when it sets the disk quota with a program like APIMonitor to see what APIs they use then look for some information on them on the web (at least this is how I would do).
HTH, s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...
Disk quotas under W2K are an administrative function and can be set programmatically using WMI. For more information, search online MSDN under "Disk quota". Hope that this helped! ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.