windows 驱动程序开发相关资料与代码 让你深刻知晓windows 开发的魅力所在!
源代码在线查看: function.h
// function.h - functions for INTRDEMO.SYS
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
// Nashua, NH 03060 USA
//
// Copyright (c) 1998 Compuware Corporation. All Rights Reserved.
// Unpublished - rights reserved under the Copyright laws of the
// United States.
//
//=============================================================================
#ifndef __FUNCTION_H__
#define __FUNCTION_H__
#define DRIVER_FUNCTION_CREATE
#define DRIVER_FUNCTION_CLOSE
#define DRIVER_FUNCTION_DEVICE_CONTROL
#define DRIVER_FUNCTION_UNLOAD
#endif //__FUNCTION__