hash.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #define DSWAIT 100
  2. #define DSRETRY 1
  3. #define DSFAIL -100
  4. #define DSTIMEOUT -200
  5. #define DSLONGDATA -300
  6. #define INVALIDLOG -400
  7. #define DSBUFSIZE 8192
  8. #define DS_FILE_NOT_EXIST -13
  9. #define SZDSSYS "@sys"
  10. void szHashName(CString name, char *buf);
  11. int nGetPlayerNumber(char *szUser, char *szPath,char *szFile);
  12. int AddPlayer(char *szUser, char *szPath,char *szFile,char *CName,char *EName,char *Password);
  13. int GetPlayers(char *szUser, char *szPath,char *szFile,char *szBuf);
  14. int FindPlayer(char *szUser, char *szPath,char *szFile,char *szBuf);
  15. int DSWait(int *nRet);
  16. int DSSaveData(char *szUser, char *szPath, char *szFile, CString cSaveData);
  17. int DSLoadData(char *szUser, char *szPath, char *szFile, char *szBuf);
  18. int UserStartLog(char *szUser);
  19. int UserEndLog(char *szUser, BOOL bNormal);
  20. int UserStartCheck(char *szUser);
  21. int CheckUserLog(char *szUser);
  22. void ClearUserLog();