CTG_IdData_t Struct Reference
CTG_IdData_t encapsulates a ResourceGroupId, ResourceID or StatId. More...
#include <ctgstats.h>
Data Fields | |
char | eyecatcher [8] |
char * | queryElementPtr |
int | queryElementLen |
int | queryElementRC |
int | idLen |
char * | idPtr |
Detailed Description
CTG_IdData_t encapsulates a ResourceGroupId, ResourceID or StatId.
An id is represented by a length and a character pointer.
Definition at line 387 of file ctgstats.h.
Field Documentation
char eyecatcher[8] |
Definition at line 388 of file ctgstats.h.
int idLen |
Definition at line 392 of file ctgstats.h.
char* idPtr |
Definition at line 393 of file ctgstats.h.
int queryElementLen |
Definition at line 390 of file ctgstats.h.
char* queryElementPtr |
Definition at line 389 of file ctgstats.h.
int queryElementRC |
Definition at line 391 of file ctgstats.h.