I would like to print the size of the root volume set by GetDiskFreeSpaceEx(…), but the value it gives me is a ULARGE_INTEGER. What is the best way to go about printing this to a console as a decimal number? I am using plain C and Windows API functions.
Share
Going by http://msdn.microsoft.com/en-us/library/windows/desktop/aa383742(v=vs.85).aspx, I’m pretty sure it’d be something like this: