Previous | Contents | Index |
Cancel the use of any specified call back routines.
status = PMDF_cancel_call_back
status = PMDFcancelCallBack ()
int PMDFcancelCallBack()
None.
After callingPMDFcancelCallBack
, the API will no longer invoke any call back routines specified with a previous call toPMDFsetCallBack
. On UNIX systems, this routine merely returnsPMDF__OK
.
PMDF__OK Normal, successful completion.
Previous | Next | Contents | Index |