Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
788 B

  1. #ifndef INIFILE_H
  2. #define INIFILE_H
  3. // Defines data so can be included only once in each DLL!!
  4. char szDialtoneTimeout[]= szDIALTONETIMEOUT;
  5. char szAnswerTimeout[] = szANSWERTIMEOUT;
  6. char szDialPauseTime[] = szDIALPAUSETIME;
  7. char szPulseDial[] = szPULSEDIAL;
  8. char szDialBlind[] = szDIALBLIND;
  9. char szSpeakerControl[] = szSPEAKERCONTROL;
  10. char szSpeakerVolume[] = szSPEAKERVOLUME;
  11. char szSpeakerRing[] = szSPEAKERRING;
  12. char szRingsBeforeAnswer[] = szRINGSBEFOREANSWER;
  13. char szHighestSendSpeed[] = szHIGHESTSENDSPEED;
  14. char szLowestSendSpeed[] = szLOWESTSENDSPEED;
  15. char szEnableV17Send[] = szENABLEV17SEND;
  16. char szEnableV17Recv[] = szENABLEV17RECV;
  17. char szFixModemClass[] = szFIXMODEMCLASS;
  18. char szFixSerialSpeed[] = szFIXSERIALSPEED;
  19. #endif INIFILE_H