function.h
来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 30 行
H
30 行
//////////////////////////////////////////////////////////////////////////////
// Function.h
//
// Defines driver functions to be handled by PGPdisk.
//////////////////////////////////////////////////////////////////////////////
// $Id: Function.h,v 1.3 1998/12/14 18:59:38 nryan Exp $
// Copyright (C) 1998 by Network Associates, Inc.
// All rights reserved.
#ifndef Included_Functions_h // [
#define Included_Functions_h
////////////
// Constants
////////////
#define DRIVER_FUNCTION_UNLOAD
#define DRIVER_FUNCTION_CLEANUP
#define DRIVER_FUNCTION_CLOSE
#define DRIVER_FUNCTION_CREATE
#define DRIVER_FUNCTION_DEVICE_CONTROL
#define DRIVER_FUNCTION_READ
#define DRIVER_FUNCTION_WRITE
#define DRIVER_FUNCTION_DISPATCH_FILTERING
#endif // Included_Functions_h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?