Is there a way to retrieve information about the hardware and peripherals attached to the pc busses? I am looking for a way to retrieve the graphics card vendor string. All I can find is kernel level examples. Can it be done in userspace?
Never mind, I can just get it from the registry. Thanks anyway.