www.pudn.com > LabWindowsCVI.rar > sample16.h


/**************************************************************************/ 
/* LabWindows/CVI User Interface Resource (UIR) Include File              */ 
/* Copyright (c) National Instruments 2002. All Rights Reserved.          */ 
/*                                                                        */ 
/* WARNING: Do not add to, delete from, or otherwise modify the contents  */ 
/*          of this include file.                                         */ 
/**************************************************************************/ 
 
#include  
 
#ifdef __cplusplus 
    extern "C" { 
#endif 
 
     /* Panels and Controls: */ 
 
#define  PANEL                           1       /* callback function: PanelCallback */ 
#define  PANEL_CREATEREPORT              2       /* callback function: CreateReportCallback */ 
#define  PANEL_VIEWREAPORT               3       /* callback function: ViewReportCallback */ 
#define  PANEL_QUIT                      4       /* callback function: QuitCallback */ 
#define  PANEL_TEXTBOX                   5 
 
 
     /* Menu Bars, Menus, and Menu Items: */ 
 
          /* (no menu bars in the resource file) */ 
 
 
     /* Callback Prototypes: */  
 
int  CVICALLBACK CreateReportCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 
int  CVICALLBACK PanelCallback(int panel, int event, void *callbackData, int eventData1, int eventData2); 
int  CVICALLBACK QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 
int  CVICALLBACK ViewReportCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 
 
 
#ifdef __cplusplus 
    } 
#endif