PMDF Programmer's Reference Manual


Previous Contents Index


PMDFdisposeChannelCounters

Dispose of a list of channel counters.

PASCAL

status = PMDF_dispose_channel_counters (counters)

argument information

Argument Data type Access Mechanism
counters counter pointer read/write reference

C

status = PMDFdisposeChannelCounters (counters)

argument information


int PMDFdisposeChannelCounters(PMDF_channel_counters 
**counters) 


Arguments

header

Pointer to list of channel counters returned by a previous call to PMDFgetChannelCounters .

Description

PMDFdisposeChannelCounters should be called to dispose of a previously allocated list of channel counters created by PMDFgetChannelCounters .

Return Values

PMDF__OK Normal, successful completion.


Previous Next Contents Index