vote up 1 vote down star
1

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.

flag

1  
Please provide more context, for example, what operating system are you talking about ? – siukurnin Apr 20 at 11:04
Sorry, updated now! – El Cristoir Apr 20 at 12:14

1 Answer

vote up 6 vote down check

One way, lookup required Win32 API calls on MSDN, then use Win32::API, or use sysinternals program Listdlls.exe

http://technet.microsoft.com/en-us/sysinternals/bb896656.aspx#ListDLLs v2.25

link|flag
search.cpan.org/~jdb/Win32-0.39/Win32.pm Link to the Win32::API – J.J. Apr 20 at 14:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.