📄 synkit.h
字号:
// Public header file for access to the Synaptics COM API/Toolkit.
#ifndef __SYNKIT_H
#define __SYNKIT_H
#if !defined(SYN_INCLUDE_NO_CONTROLS) && (!defined(_MFC_VER) || defined(SYN_INCLUDE_CONTROLS))
// Include controls by default only for non-MFC programs.
// MFC programs likely will import the type library and add controls to dialogs which will
// automatically create MFC wrapper classes for the controls.
// If controls are included, inlcude them first as the enumerations are in the type library.
#include "SynCtrl.h"
#endif
#include "SynCom.h"
#include "SynError.h"
#include "SynWraps.h"
STDAPI SynCreateAPI(ISynAPI **ppAPI);
// Declare GUIDs here so that controls can be imported into MFC even if
// SYN_INCLUDE_NO_CONTROLS has been defined.
// Define SYN_INCLUDE_NO_CONTROLS to allow classwizard to reuse the ISynXXX
// names when using MFC to import the synctrl.dll class library.
class DECLSPEC_UUID("F418EBA0-6A10-4482-AC2B-2D10C807073A") SynAPICtrl;
class DECLSPEC_UUID("a220a2df-406f-4d68-9b62-995669ae0c92") SynPacketCtrl;
class DECLSPEC_UUID("2060435E-AB52-49E1-A2EA-5D31645887CF") SynDeviceCtrl;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -