📄 util.h
字号:
#ifndef UTIL_H_
#define UTIL_H_
#include <windows.h>
#include <winuser.h>
#define SMARTPHONE L"SmartPhone"
#define POCKETPC L"PocketPC"
#ifdef _cplusplus
extern "C" {
#endif
BOOL IsThePlatform(const wchar_t *type);
DWORD GetSipHieght(RECT rcCtl);
BOOL ShowSIPAssociatedWithControl(HWND hWnd, UINT ID) ;
DWORD IndicatorHieght();
BOOL AddNotificationIcon(HWND hWnd,GUID clsid, UINT NOTIFY_ID, HINSTANCE hInst,UINT ICID, wchar_t * msg);
BOOL DeleteNotificationIcon(GUID in_clsid,UINT nid);
#ifdef _cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -