LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

UnRegisterWinMsgCallback

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

Log in to get a better experience