NTOSKRNL.EXE でインライン実装できる関数
Windows のドライバ関連にもws2_32 同様 インライン実装できる関数が存在する
csq.lib
IoCsqInitialize
IoCsqInitializeEx
IoCsqInsertIrpEx
IoCsqRemoveNextIrp
IoCsqRemoveIrp
IoCsqInsertIrp
iointex.lib
IoConnectInterruptEx
IoDisconnectInterruptEx
IoGetAffinityInterrupt
wdmsec.lib
IoCreateDeviceSecure
RtlInitUnicodeStringEx
IoValidateDeviceIoControlAccess
IoCsqInitialize function (wdm.h) - Windows drivers | Microsoft Docs
Available in Windows XP and later versions of the Windows operating system. Drivers that must also work for Windows 2000 and Windows 98/Me can instead link to Csq.lib to use the routine. |
Comments