tibemsServerInfo_GetTopicCount
Function
Purpose
Get the total number of topics in the server.
C Declaration
tibems_status tibemsServerInfo_GetTopicCount( tibemsServerInfo serverInfo, tibems_int* count);
COBOL Call
CALL "tibemsServerInfo_GetTopicCount" USING BY VALUE serverInfo, BY REFERENCE count, RETURNING tibems-status END-CALL.
Parameters
Parameter | Description |
---|---|
serverInfo
|
Get the number of topics in this server. |
count
|
Store the number of topics. |