PMDF Programmer's Reference Manual
PMDF-PRM-6.0


Previous | Contents

PMDF_dispose_channel_counters

Dispose of a list of channel counters.

VMS FORMAT

status = PMDF_dispose_channel_counters (counters)

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

C FORMAT

status = PMDFdisposeChannelCounters (counters)

argument information
int PMDFdisposeChannelCounters (counters) 
         PMDF_channel_counters **counters; 

ARGUMENTS

header

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

DESCRIPTION

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.


Previous | Next | Contents