Re: Hal and functions in setupapi

2006-06-07 Thread Mike McCormack
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

Re: Hal and functions in setupapi

2006-06-07 Thread Damjan Jovanovic
--- 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

re: Hal and functions in setupapi

2006-06-06 Thread Dan Kegel
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.