coolsb_detours.h
上传用户:xhri001
上传日期:2022-07-04
资源大小:99k
文件大小:0k
源码类别:

界面编程

开发平台:

Visual C++

  1. #ifndef COOLSB_DETOURS_INCLUDED
  2. #define COOLSB_DETOURS_INCLUDED
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. BOOL WINAPI CoolSB_InitializeApp(void);
  7. BOOL WINAPI CoolSB_UninitializeApp(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif