Dispose of a list of channel counters.
argument informationstatus = PMDF_dispose_channel_counters (counters)
| Argument | Data type | Access | Mechanism |
|---|---|---|---|
| counters | counter pointer | read/write | reference |
argument informationstatus = PMDFdisposeChannelCounters (counters)
int PMDFdisposeChannelCounters (counters)
PMDF_channel_counters **counters;
header
Pointer to list of channel counters returned by a previous call to PMDF_get_channel_counters.
PMDF_dispose_channel_counters should be called to dispose of a previously allocated list of channel counters created by PMDF_get_channel_counters.Return Values
| PMDF__OK | Normal, successful completion. |