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 381 of file ctgstats.h.
Field Documentation
◆ eyecatcher
| char eyecatcher[8] |
Definition at line 382 of file ctgstats.h.
◆ idLen
| int idLen |
Definition at line 386 of file ctgstats.h.
◆ idPtr
| char* idPtr |
Definition at line 387 of file ctgstats.h.
◆ queryElementLen
| int queryElementLen |
Definition at line 384 of file ctgstats.h.
◆ queryElementPtr
| char* queryElementPtr |
Definition at line 383 of file ctgstats.h.
◆ queryElementRC
| int queryElementRC |
Definition at line 385 of file ctgstats.h.