home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / surpriz / MSRMesh-VirtualWIFI.MSI / precomp.h4 < prev    next >
Encoding:
Text File  |  2005-06-24  |  518 b   |  17 lines

  1. #define MAX_SSID_LENGTH 32
  2.  
  3.  
  4. VOID GetSSID(char *CurrentSSID);
  5. VOID GetMode(char *pMode);
  6. BOOL GetAssoc();
  7.  
  8. // name of the executable
  9. #define SZAPPNAME            "VirtualWiFiSvc.exe"
  10. // internal name of the service
  11. #define SZSERVICENAME        "VirtualWiFiService"
  12. // displayed name of the service
  13. #define SZSERVICEDISPLAYNAME "VirtualWiFi Client Service"
  14. // list of service dependencies - "dep1\0dep2\0\0"
  15. #define SZDEPENDENCIES       ""
  16. #define SZFILEPATH           "C:\\Service\\VirtualWiFiSvc.exe"
  17.