Previous | Contents | Index |
Dispose of a list of channel counters.
status = PMDF_dispose_channel_counters (counters)
Argument Data type Access Mechanism counters counter pointer read/write reference
status = PMDFdisposeChannelCounters (counters)
int PMDFdisposeChannelCounters(PMDF_channel_counters **counters)
header
Pointer to list of channel counters returned by a previous call toPMDFgetChannelCounters
.
PMDFdisposeChannelCounters
should be called to dispose of a previously allocated list of channel counters created byPMDFgetChannelCounters
.
PMDF__OK Normal, successful completion.
Previous | Next | Contents | Index |