I was wondering how I could check if a device driver is loaded using Perl? The operating system is Windows Server 2003, and I'm interested in seeing if the driver for a particular video card is loaded correctly or not.
我想知道如何检查是否使用Perl加载了设备驱动程序?操作系统是Windows Server 2003,我很想知道特定视频卡的驱动程序是否正确加载。
1 个解决方案
#1
One way, lookup required Win32 API calls on MSDN, then use Win32::API, or use sysinternals program Listdlls.exe
一种方法,在MSDN上查找需要Win32 API调用,然后使用Win32 :: API,或使用sysinternals程序Listdlls.exe
http://technet.microsoft.com/en-us/sysinternals/bb896656.aspx#ListDLLs v2.25
#1
One way, lookup required Win32 API calls on MSDN, then use Win32::API, or use sysinternals program Listdlls.exe
一种方法,在MSDN上查找需要Win32 API调用,然后使用Win32 :: API,或使用sysinternals程序Listdlls.exe
http://technet.microsoft.com/en-us/sysinternals/bb896656.aspx#ListDLLs v2.25