📄 candrv.h
字号:
/* OEMHexDisplayDrv.h - Intel IXP425 Hex Display file */
/*
* Copyright (c) 2001 Intel Corporation, All Rights
* Reserved. The information contained herein is proprietary and
* confidential to Intel Communications Europe. Unauthorised
* use is STRICTLY FORBIDDEN.
*/
#ifndef _OEMHexDisplayDrv_H_
#define _OEMHexDisplayDrv_H_
#include <windows.h>
#include <winbase.h>
#include "ixp425.h"
#include "ixdp425.h"
/* Function Declarations */
void OEMHexDispInit(PVOID Context);
void OEMHexDispDeInit(DWORD dwContext);
void OEMHexDispWrite (DWORD value);
BOOL DllEntry(HANDLE hDllHandle, DWORD dwReason, LPVOID lpreserved);
#endif /* _OEMHexDisplayDrv_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -