⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 util.h

📁 CSP settings tools. 用户创建XML完成手机相关配置。通过这个程序能够测试CSP的功能。
💻 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 + -