Damjan Jovanovic wrote:
That's not anything close to how SETUPAPI works on
Windows. Download devinst.c from ReactOS's SETUPAPI
and have a look.
No, please don't do that, you'll risk having your patches rejected.
Implement it in the way that is right for Wine. The only interfaces you
need t
--- Christian Gmeiner
<[EMAIL PROTECTED]>
wrote:
> Hi all...
>
> at the momemt i am reading into functions to get
> some informations about
> e.g. cdrom drives. At the moment
> i am loking into SetupDiGetClassDevsW to support
> GUID_DEVINTERFACE_CDROM and
> later USB devices.
> My overall goal
Christian wrote:
as I want to programm RegisterDeviceNotification also we
need a central way to handle hal stuff.
So how should I go on? Use some own hal.c in setupapi or
add an global wine way to interact with hal?
I think programs/explorer already registers for device notification with hal.