nicoriff / ORMi

A Light-ORM for accesing WMI
MIT License
209 stars 28 forks source link

Obtaining access to interface without namespace? #21

Closed ghost closed 4 years ago

ghost commented 4 years ago

I might be wrong about this (that the interface doesn't have a namespace) but I'm looking at msdn for this api and I just can't find which namespace it belongs to.

What can I do in situation like this?

https://docs.microsoft.com/en-us/windows/win32/api/audioclient/nn-audioclient-isimpleaudiovolume

nicoriff commented 4 years ago

Hi @jdahan91. I'm not understanding your problem. This is not WMI related. ORMi does only work with WMI.

ghost commented 4 years ago

Hi @jdahan91. I'm not understanding your problem. This is not WMI related. ORMi does only work with WMI.

Yeah I got to this conclusion after a while.