Annotation of mstools/samples/sdktools/ddespy/globals.h, revision 1.1.1.2

1.1       root        1: /*
                      2:  * GLOBALS.H
                      3:  *
                      4:  * Header file for DDESPY Global prototypes and Variables
                      5:  */
                      6: 
                      7: extern HINSTANCE hInst;
                      8: extern HICON hIcon;
                      9: extern HWND hWndString;
                     10: extern INT fhOutput;
                     11: extern OFSTRUCT ofsOpen;
                     12: extern CHAR OpenName[MAX_FNAME + 1];
                     13: extern CHAR TBuf[BUFFER_SIZE];
                     14: extern CHAR TBuf2[BUFFER_SIZE];
                     15: extern CHAR szNULL[];
                     16: extern PSTR apszResources[IDS_LAST];
                     17: extern PFNCALLBACK pfnDdeCallback;
                     18: extern HWND hwndTrack[IT_COUNT];
1.1.1.2 ! root       19: extern LPTSTR TrackTitle[IT_COUNT];
        !            20: extern LPTSTR TrackHeading[IT_COUNT];
1.1       root       21: 
                     22: extern struct {                            /* profile data structure */
                     23:     BOOL fOutput[IO_COUNT];
                     24:     BOOL fFilter[IF_COUNT];
                     25:     BOOL fTrack[IT_COUNT];
                     26: } pro;
                     27: 

unix.superglobalmegacorp.com

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