What's your end goal? Are you trying to determine the bus type of a particular device?

Win32_DeviceBus is an association class. Never used an association class myself, but you should be able to get the "Antecedent" property. The returned variant should be of type IUnknown - which is actually an IWbemClassObject interface.

gg