Annotation of q_a/samples/simpldll/the_dll.h, revision 1.1.1.1

1.1       root        1: /************************************************************************\
                      2: *
                      3: *                               THE_DLL.H
                      4: *
                      5: \************************************************************************/
                      6: 
                      7: 
                      8: 
                      9: /************************************************************************\
                     10: *                         SYMBOLIC CONSTANTS
                     11: \************************************************************************/
                     12: 
                     13: #define BUFSIZE 80
                     14: 
                     15: 
                     16: 
                     17: /************************************************************************\
                     18: *                          GLOBAL VARIABLES
                     19: \************************************************************************/
                     20: 
                     21: HANDLE hMod;
                     22: 
                     23: 
                     24: 
                     25: /************************************************************************\
                     26: *                         FUNCTION PROTOTYPES
                     27: \************************************************************************/
                     28: 
                     29: INT DLLFunction1 (void);
                     30: INT DLLFunction2 (int);
                     31: INT DLLFunction3 (HANDLE);
                     32: INT DLLFunction4 (HWND);
                     33: 
                     34: INT  DLLDialogBox (HWND);
                     35: BOOL DLLDlgProc   (HWND, UINT, UINT, LONG);

unix.superglobalmegacorp.com

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