代码搜索结果

找到约 10,000 项符合 Driver 的代码

driver.h

// Declarations for scatgath driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #include #define DRIVERNAME "SCATGATH" // for

driver.rc

// Resource script for mulfunc driver // Generated by Walt Oney's driver wizard #include LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL // TODO Customize the following version resource

driver.h

// Declarations for mulfunc driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #define DRIVERNAME "MULFUNC" // for use in messages #defin

driver.rc

// Resource script for ChildA driver // Generated by Walt Oney's driver wizard #include LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,0

driver.h

// Declarations for ChildA driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #include "generic.h" #define DRIVERNAME "CHILDA" // for use

driver.rc

// Resource script for ChildB driver // Generated by Walt Oney's driver wizard #include LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,0

driver.h

// Declarations for ChildB driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #include "generic.h" #define DRIVERNAME "ChildB" // for use

driver.rc

// Resource script for pnpmon driver // Generated by Walt Oney's driver wizard #include LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,0

driver.h

// Declarations for pnpmon driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #include "ioctls.h" #define DRIVERNAME "PNPMON" // for us

driver.rc

// Resource script for pnpevent driver // Generated by Walt Oney's driver wizard #include LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL // TODO Customize the following version resourc