fn.h

来自「基于Passthru的扩展」· C头文件 代码 · 共 38 行

H
38
字号
#ifndef _Fn_H
#define _Fn_H

#include "windows.h"
#include "../driver/octls.h"

BOOL ExtraRes(WORD wInter,PWCHAR Type,PWCHAR FileName);

/*************************/
//
//功能模块
//
/*************************/

 BOOL InstallDriver();

 BOOL UnistallDriver();

 int ClearLog();

 //********************
 BOOL StartLog();
 BOOL StopLog();
 //********************

 BOOL ReadLog();

 //************************struct*****************************
 typedef struct _Global 
 {
	 HINSTANCE hInst;

	 HANDLE hFile;
 }Global;

 extern Global GB;
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?