util.h
来自「CSP settings tools. 用户创建XML完成手机相关配置。通过这」· C头文件 代码 · 共 20 行
H
20 行
#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 + =
减小字号Ctrl + -
显示快捷键?