srccsb_detours.h

来自「功能强大的自制滚动条」· C头文件 代码 · 共 15 行

H
15
字号
#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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?