int UnRegisterWinMsgCallback (int callbackID);
Unregisters a Windows message callback function you registered with RegisterWinMsgCallback.
Linux This function is not supported.
| Input | ||
| Name | Type | Description |
| callbackID | integer | ID you obtain from the callbackID parameter of RegisterWinMsgCallback. |
| Name | Type | Description |
| status | integer | 1 = Successfully unregistered the callback function 0 = Failed to unregister the callback function |