Can anyone tell me how to interpret the results from
EnumAvailableMedia
I have queried my Application object and it returns these results about my drives:
Drive 1
QR.GetColumnString(I, 1) = "C:\"
QR.GetColumnLong(I, 2) = 920580096
QR.GetColumnLong(I, 3) = 0
Drive 2
QR.GetColumnString(I, 1) = "D:\"
QR.GetColumnLong(I, 2) = -49618944
QR.GetColumnLong(I, 3) = 1
I need to determine the actual drive space available. I know Drive 2 is larger, but how do you
interpret -49618944 as drive space.
EnumAvailableMedia
I have queried my Application object and it returns these results about my drives:
Drive 1
QR.GetColumnString(I, 1) = "C:\"
QR.GetColumnLong(I, 2) = 920580096
QR.GetColumnLong(I, 3) = 0
Drive 2
QR.GetColumnString(I, 1) = "D:\"
QR.GetColumnLong(I, 2) = -49618944
QR.GetColumnLong(I, 3) = 1
I need to determine the actual drive space available. I know Drive 2 is larger, but how do you
interpret -49618944 as drive space.