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. I wonder if they defined in setupapi.h already.
Dan Kegel 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 )
- Dan