kfc.h
来自「操作系统引导的一些介绍,对学习引导的有很大的帮助与提高」· C头文件 代码 · 共 29 行
H
29 行
//
//
// (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 + =
减小字号Ctrl + -
显示快捷键?