WinStd
Windows Win32 API using Standard C++
|
Builds a list of drivers in constructor and deletes it in destructor. More...
#include <WinStd/SetupAPI.h>
Public Member Functions | |
setup_driver_info_list_builder (HDEVINFO DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, DWORD DriverType) noexcept | |
Construct the builder and builds a list of drivers that is associated with a specific device or with the global class driver list for a device information set. | |
virtual | ~setup_driver_info_list_builder () |
Deletes a driver list and destructs the builder. | |
BOOL | status () const noexcept |
Return result of SetupDiBuildDriverInfoList() call. | |
Builds a list of drivers in constructor and deletes it in destructor.
|
inlinenoexcept |
Construct the builder and builds a list of drivers that is associated with a specific device or with the global class driver list for a device information set.
|
inlinevirtual |
Deletes a driver list and destructs the builder.
|
inlinenoexcept |
Return result of SetupDiBuildDriverInfoList()
call.