UInt64TypeCompareUInt
int UInt64TypeCompareUInt (UInt64Type uInt64Type, unsigned long uInt);
Purpose
This function compares a UInt64Type value returned from GetDiskSpace to a native unsigned long int type.
Parameters
Input |
Name |
Type |
Description |
uInt64Type |
UInt64Type |
A UInt64Type to compare. |
uInt |
unsigned long |
An unsigned long int to compare. |
Return Value
Name |
Type |
Description |
result |
integer |
The result of the comparison:
–1 | if uInt64Type is less than uInt |
0 | if uInt64Type is equal to uInt |
1 | if uInt64Type is greater than uInt |
|