acltdtGetDatasetSize
The
Description
Obtains the acltdtDataItem count in the acltdtDataset.
Prototype
size_t acltdtGetDatasetSize(const acltdtDataset *dataset)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataset |
Input |
Pointer to data of the acltdtDataset type. Call acltdtCreateDataset to create data of the acltdtDataset type in advance. |
Returns
acltdtDataItem count
Parent topic: acltdtDataset