RE: Undocumented function syssetup.dll.SetupQueryRegisteredOsComponent

2007-03-24 Thread Rolf Kalbermatter
Dan Kegel [mailto:[EMAIL PROTECTED] wrote: >Any suggestions as to how to discover the prototype of the apparently >undocumented function syssetup.dll.SetupQueryRegisteredOsComponent ? >It seems to be needed to install mdac-2.8. >( http://bugs.winehq.org/show_bug.cgi?id=5824 ) Well, on the web it

Re: Undocumented function syssetup.dll.SetupQueryRegisteredOsComponent

2007-03-24 Thread Andrey Turkin
It's something like BOOL SetupQueryRegisteredOsComponent(IN const IID *const pIid, IN OUT LPVOID component_data, IN OUT LPVOID exception_data, DWORD reserved1, DWORD reserved2); component_data structure max length is 0xDC, exception_data's is 0x454; first argument of both is structure size.

Re: Undocumented function syssetup.dll.SetupQueryRegisteredOsComponent

2007-03-23 Thread Dmitry Timoshkov
"Dan Kegel" <[EMAIL PROTECTED]> wrote: Any suggestions as to how to discover the prototype of the apparently undocumented function syssetup.dll.SetupQueryRegisteredOsComponent ? Perhaps installing native MSI and running with +relay,+snoop may shed some light, be prepared to decipher amount and