Annotation of mstools/samples/sdktools/netwatch/globals.c, revision 1.1

1.1     ! root        1: /*
        !             2:  *  globals.c
        !             3:  *  
        !             4:  *  Purpose:
        !             5:  *      globals
        !             6:  *  
        !             7:  *  Owner:
        !             8:  *      MikeSart
        !             9:  */
        !            10: #define UNICODE     1
        !            11: 
        !            12: #include <windows.h>
        !            13: #include "rcids.h"
        !            14: 
        !            15: 
        !            16: TCHAR       *szAppName;             // appname from STRINGTABLE
        !            17: TCHAR       *szServerName   = NULL; // server we be viewing
        !            18: DWORD       dwTimerInterval = 30000;// timer interval
        !            19: TCHAR       szNil[]         = TEXT("");
        !            20: TCHAR       szFmtNum[]      = TEXT("%lu");
        !            21: 
        !            22: DWORD       dwNumUsers      = 0;    // number of users connected to server
        !            23: 
        !            24: // showhidden, showinuse, showfiles
        !            25: UINT        unMenuFlags[3]  = { MF_UNCHECKED, MF_UNCHECKED, MF_UNCHECKED };
        !            26: 
        !            27: TCHAR       szBuffer[512];
        !            28: HWND        hwndMain;
        !            29: HMENU       ghMenu;
        !            30: HINSTANCE   ghInst;

unix.superglobalmegacorp.com

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