UnRegisterWinMsgCallback
- Updated2023-02-21
- 1 minute(s) read
int UnRegisterWinMsgCallback (int callbackID);
Purpose
Unregisters a Windows message callback function you registered with RegisterWinMsgCallback.
(Linux) This function is not supported.
Parameters
Input | ||
Name | Type | Description |
callbackID | int | ID you obtain from the callbackID parameter of RegisterWinMsgCallback. |
Return Value
Name | Type | Description |
status | int | 1 = Successfully unregistered the callback function 0 = Failed to unregister the callback function |
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later