File:  [WindowsNT SDKs] / mstools / samples / sdktools / netwatch / globals.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:28 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

/*
 *  globals.c
 *  
 *  Purpose:
 *      globals
 *  
 *  Owner:
 *      MikeSart
 */
#define UNICODE     1

#include <windows.h>
#include "rcids.h"


TCHAR       *szAppName;             // appname from STRINGTABLE
TCHAR       *szServerName   = NULL; // server we be viewing
DWORD       dwTimerInterval = 30000;// timer interval
TCHAR       szNil[]         = TEXT("");
TCHAR       szFmtNum[]      = TEXT("%lu");

DWORD       dwNumUsers      = 0;    // number of users connected to server

// showhidden, showinuse, showfiles
UINT        unMenuFlags[3]  = { MF_UNCHECKED, MF_UNCHECKED, MF_UNCHECKED };

TCHAR       szBuffer[512];
HWND        hwndMain;
HMENU       ghMenu;
HINSTANCE   ghInst;

unix.superglobalmegacorp.com

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