Click here for NewsObjects Overview
GetTotalSubjectCount Method (Utility Control)
Windows - Visual C++


Description
The GetTotalSubjectCount method retrieves the total record count for the Subject file.  

Syntax
long result = GetTotalSubjectCount();

The GetTotalSubjectCount syntax has these parts:

Part

Description

result

Return value. A long integer containing the total number of records in the subject file.

See Also: FindSubjectRecord

Back to: Utility Methods