Admin Production ni-theme
Current Publication

UInt64TypeCompareUInt

LabWindows/CVI

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.

(Linux) This function is not supported.

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 int 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

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later