PMDF Programmer's Reference Manual
PMDF-PRM-6.0


Previous | Contents

PMDF_cancel_call_back

Cancel the use of any specified call back routines.

VMS FORMAT

status = PMDF_cancel_call_back


C FORMAT

status = PMDFcancelCallBack ()

argument information
int PMDFcancelCallBack () 

ARGUMENTS

None.

DESCRIPTION

After calling PMDF_cancel_call_back, the API will no longer invoke any call back routines specified with a previous call to PMDF_set_call_back. On UNIX and NT systems, this routine merely returns PMDF:OK.
Return Values
PMDF__OK Normal, successful completion.


Previous | Next | Contents