NetProg

 


   

NETPROG  PRESENTATION

 

  OverView
  Functionalities
  Programming
API
C Examples
  Download
MXRemoveCallBack C NetProg Library 

 

#include "mx.h"
int MXRemoveCallBack (MX* pmx, char* comclass ,char* classname, char* messname, BYTE mode, int (*funct)(MXMessage* pmessage, MXCom* pcom, void* applicationfield), void* applicationfield)


Parameters Description
pmx 
comclass  
classname 
messname 
mode 
(*funct 


Description : 

function removes a callback only if both the procedure and the client data match.

Return Values : 


See Also : 


Example :