util.h
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:0k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. #ifndef __UTIL_H__
  2. #define __UTIL_H__
  3. void WriteLog(char *fmt,...);
  4. void WriteLog2(char *fname, char *fmt,...);
  5. char * GetErrString(char *msg, DWORD msg_size, DWORD err);
  6. int GetFilePath(char *fname, char *path);
  7. #endif