|
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 |
|
function removes a callback only if both the procedure and the client
data match.
|
|