Re: [SETUPAPI] SetupDiCreateDeviceInfoA stub

2006-06-23 Thread Christian Gmeiner
On Thursday 22 June 2006 17:50, Detlef Riekenberg wrote:
> Hi Christian Gmeiner:
> > It seems that there
> > is no SetupDiCreateDeviceInfoW exporteded by setupapi.dll on windows
>
> SetupDiCreateDeviceInfoW is exported:
> http://support.microsoft.com/dllhelp/?dlltype=file&l=55&S=1&alpha=setupapi.
>dll
>
>
> Example Version:
> http://support.microsoft.com/dllhelp/?fid=91484&l=55&det=1
>
>
> $ winedump dump -j export setupapi* | grep SetupDiCreate
>   00023DFE   299 SetupDiCreateDevRegKeyA
>   1C0F   300 SetupDiCreateDevRegKeyW
>   000173E8   301 SetupDiCreateDeviceInfoA
>   15A7   302 SetupDiCreateDeviceInfoList
>   000170D1   303 SetupDiCreateDeviceInfoListExA
>   48E5   304 SetupDiCreateDeviceInfoListExW
>   0001746F   305 SetupDiCreateDeviceInfoW
>   00018A9F   306 SetupDiCreateDeviceInterfaceA
>   0002471C   307 SetupDiCreateDeviceInterfaceRegKeyA
>   1CCE   308 SetupDiCreateDeviceInterfaceRegKeyW
>   00018B03   309 SetupDiCreateDeviceInterfaceW

Okay,,, will add it in a second patch...

Greets,
Christian

-- 
Christian Gmeiner - student of computer science

http://dxr3plugin.sf.net
Wanna listen to good music? - http://www.purevolume.com/sinceyouaredead




Re: [SETUPAPI] SetupDiCreateDeviceInfoA stub

2006-06-22 Thread Detlef Riekenberg
Hi Christian Gmeiner:
> It seems that there 
> is no SetupDiCreateDeviceInfoW exporteded by setupapi.dll on windows


SetupDiCreateDeviceInfoW is exported:
http://support.microsoft.com/dllhelp/?dlltype=file&l=55&S=1&alpha=setupapi.dll


Example Version:
http://support.microsoft.com/dllhelp/?fid=91484&l=55&det=1


$ winedump dump -j export setupapi* | grep SetupDiCreate
  00023DFE   299 SetupDiCreateDevRegKeyA
  1C0F   300 SetupDiCreateDevRegKeyW
  000173E8   301 SetupDiCreateDeviceInfoA
  15A7   302 SetupDiCreateDeviceInfoList
  000170D1   303 SetupDiCreateDeviceInfoListExA
  48E5   304 SetupDiCreateDeviceInfoListExW
  0001746F   305 SetupDiCreateDeviceInfoW
  00018A9F   306 SetupDiCreateDeviceInterfaceA
  0002471C   307 SetupDiCreateDeviceInterfaceRegKeyA
  1CCE   308 SetupDiCreateDeviceInterfaceRegKeyW
  00018B03   309 SetupDiCreateDeviceInterfaceW




-- 
By By ...
  ... Detlef