Annotation of q_a/samples/simpldll/linktest.h, revision 1.1.1.2

1.1.1.2 ! root        1: /******************************************************************************\
1.1       root        2: *
1.1.1.2 ! root        3: *                                 LINKTEST.H
1.1       root        4: *
1.1.1.2 ! root        5: \******************************************************************************/
1.1       root        6: 
                      7: 
                      8: 
1.1.1.2 ! root        9: /******************************************************************************\
        !            10: *                              SYMBOLIC CONSTANTS
        !            11: \******************************************************************************/
1.1       root       12: 
                     13: #define IDM_CREATETHREAD 100 /* menu identifiers */
                     14: #define IDM_DLLFUNCTION1 101
                     15: #define IDM_DLLFUNCTION2 102
                     16: #define IDM_DLLFUNCTION3 103
                     17: #define IDM_DLLFUNCTION4 104
                     18: #define IDM_DLLDIALOGBOX 105
1.1.1.2 ! root       19: #define IDM_ABOUT        106
1.1       root       20: 
                     21: 
                     22: 
1.1.1.2 ! root       23: /******************************************************************************\
        !            24: *                                  GLOBAL VARS
        !            25: \******************************************************************************/
1.1       root       26: 
1.1.1.2 ! root       27: HWND ghwndMain;
1.1       root       28: 
                     29: 
                     30: 
1.1.1.2 ! root       31: /******************************************************************************\
        !            32: *                              FUNCTION PROTOTYPES
        !            33: \******************************************************************************/
1.1       root       34: 
1.1.1.2 ! root       35: LRESULT CALLBACK MainWndProc  (HWND, UINT, WPARAM, LPARAM);
        !            36: LRESULT CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM);
        !            37: 
        !            38: void ThreadProc   (void);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.