Skip to content

francescofoti/DeviceInfo_dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The deviceinfo Windows dynamic link library (DLL) project

Windows provides information about different sorts of attached devices, like hard disks, CDROMs, printers and others. These devices can be attached to the computer via different interfaces like USB, SCSI, serial or parallel ports, etc.

The deviceinfo DLL project is a mutation of my deviceinfo console executable.

It is a 32 and 64 bits DLL, while the console project is just 32bits. They share the same code module that does query for device information thru the DeviceIoControl Win32 API function (see DevInfo.c). In the DLL version of the code, the "DIxxx" set of functions in Devinfo.c are just additionally decorated with appropriate export keywords, and are also listed in the export section of the module definition file (DeviceInfo.DEF) in order to be exported with the correct (unmangled) names.

This DLL can be used in Visual Basic (VB and VBA) as I explain and demo in this article on my personal blog.

This is a Visual Studio 2017, UNICODE, project, with 32bits and 64bits targets. The produced DLLs need the presence of the corresponding Visual C 2017 runtime (x86) installed on the target computer to function properly.

DLL API

You can look into DeviceInfo.h for the signatures of the exported functions.

Downloadables

  • binaries
    • deviceinfo.dll (32bits version, MD5 sum: fb86ea314cdc4b2fd42f01b3876230d3)
    • deviceinfo64.dll (64bits version, MD5 sum: c27ce08c1c7d982bc475181d6f1cc613)
  • Access Demo database
    • deviceinfo_dll.accdb (contains the MDeviceInfo.bas module with the necessary declares, and additional wrapping to easily use the DLL with one function call and a supporting Type definition).

About

Get device information DLL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published