PMDF Programmer's Reference Manual


Previous Contents Index


PMDFcancelCallBack

Cancel the use of any specified call back routines.

PASCAL

status = PMDF_cancel_call_back


C

status = PMDFcancelCallBack ()

argument information


int PMDFcancelCallBack() 


Arguments

None.

Description

After calling PMDFcancelCallBack , the API will no longer invoke any call back routines specified with a previous call to PMDFsetCallBack . On UNIX systems, this routine merely returns PMDF__OK .

Return Values

PMDF__OK Normal, successful completion.


Previous Next Contents Index