cifunc.h

来自「Programming the Microsoft Windows driver」· C头文件 代码 · 共 18 行

H
18
字号
// cifuncs.h -- List of coinstaller functions

// Copyright (C) 2002 by Walter Oney

// All rights reserved



// Define a pre-processor macro named CIFUNC and include this file



CIFUNC(DIF_INSTALLDEVICE, InstallDevice)

CIFUNC(DIF_REMOVE, Remove)

CIFUNC(DIF_PROPERTYCHANGE, ProopertyChange)

CIFUNC(DIF_UNREMOVE, Unremove)

CIFUNC(DIF_NEWDEVICEWIZARD_FINISHINSTALL, FinishInstall)

CIFUNC(DIF_INSTALLINTERFACES, InstallInterfaces)

CIFUNC(DIF_ADDPROPERTYPAGE_ADVANCED, AddPropertyPages)

CIFUNC(DIF_TROUBLESHOOTER, TroubleShooter)

CIFUNC(DIF_POWERMESSAGEWAKE, PowerMessageWake)



#undef CIFUNC

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?