English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
Windows编程
>
界面编程
> 查看源码
coolsb_detours.h
资源名称:
cool_scrollbar.zip [点击查看]
上传用户:
xhri001
上传日期:
2022-07-04
资源大小:
99k
文件大小:
0k
源码类别:
界面编程
开发平台:
Visual C++
coolsb_detours.h:源码内容
#ifndef COOLSB_DETOURS_INCLUDED
#define COOLSB_DETOURS_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
BOOL WINAPI CoolSB_InitializeApp(void);
BOOL WINAPI CoolSB_UninitializeApp(void);
#ifdef __cplusplus
}
#endif
#endif