📄 fgdevice.h
字号:
////////////////////////////////////////////////////////////////////////////
//
//FGDevice.h
#if !defined(FG_FGDEVICE_H_1_1)
#define FG_FGDEVICE_H_1_1
#include "..\HookShr\KProtectedFileList.h"
//Function used to communication with device:
extern HANDLE hDevice;
extern BOOL bIsHookInstalled;
BOOL LoadDevice(LPCTSTR lpszDevicePath);
BOOL UnloadDevice();
BOOL InstallHook();
BOOL UninstallHook();
BOOL DeviceReadProtectedFileInfo(LPCTSTR lpszIniPath);
BOOL AddProtectedFile(LPCTSTR lpszProtectedFilePath, WORD protectionType);
BOOL RemoveProtectedFile(LPCTSTR lpszProtectedFilePath);
BOOL DeviceFlushProtectedFileInfo();
BOOL SendExtraInfo();
void DeviceErrorHandler(unsigned int err, int severity=1);
BOOL SetDeviceBusy(BOOL busy);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -