📄 kfc.h
字号:
//
//
// (C) Copyright 1996 OSR Open Systems Resources, Inc.
// All Rights Reserved
//
// Permission to use this code is granted provided that the OSR
// copyright is retained in the original source code and that
// the OSR copyright is displayed anywhere a copyright notice is
// displayed for the product in which this code is used.
//
//
// This header file describes io control codes implemented by the kfc
// driver.
//
#ifndef __OSR_KFC_H__
#define __OSR_KFC_H__ 1
#ifdef KFC
#include <ntddk.h>
#else
#include <winioctl.h>
#endif // KFC
#define KFC_COPY_FILE CTL_CODE(FILE_DEVICE_UNKNOWN, 3121, METHOD_BUFFERED, FILE_ANY_ACCESS)
#endif // __OSR_KFC_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -