home *** CD-ROM | disk | FTP | other *** search
- #define MAX_SSID_LENGTH 32
-
-
- VOID GetSSID(char *CurrentSSID);
- VOID GetMode(char *pMode);
- BOOL GetAssoc();
-
- // name of the executable
- #define SZAPPNAME "VirtualWiFiSvc.exe"
- // internal name of the service
- #define SZSERVICENAME "VirtualWiFiService"
- // displayed name of the service
- #define SZSERVICEDISPLAYNAME "VirtualWiFi Client Service"
- // list of service dependencies - "dep1\0dep2\0\0"
- #define SZDEPENDENCIES ""
- #define SZFILEPATH "C:\\Service\\VirtualWiFiSvc.exe"
-