Hi,
-----Message d'origine----- De : ros-dev-bounces@reactos.org [mailto:ros-dev-bounces@reactos.org] De la part de James Tabor Envoyé : mercredi 16 novembre 2005 08:15 À : ReactOS Development List Objet : Re: [ros-dev] Setup for Net Card
D:\6102v25VIA\winsetup\w2kxp\w2ksetup.EXE Here is a list of significant imports:
NEWDEV.DLL: UpdateDriverForPlugAndPlayDevicesA *stubed*
Ask Christoph_vW to implement it, as newdev is now is baby...
SETUPAPI.DLL: CM_Locate_DevNodeA CM_Reenumerate_DevNode *stubed*
I've committed r19261, to allow Eric Kohl to implement CM_Reenumerate_DevNode. Eric, i've left the call to CM_Connect_MachineW commented out in devinst.c:SetupDiCreateDeviceInfoListExW, because it was always returning CR_INVALID_MACHINENAME...
Not sure about the rest.
SetupCloseInfFile SetupCopyOEMInfA SetupDiCallClassInstaller SetupDiDestroyDeviceInfoList SetupDiEnumDeviceInfo SetupDiGetClassDevsA SetupDiGetDeviceRegistryPropertyA SetupFindFirstLineA SetupFindNextLine SetupGetStringFieldA SetupOpenInfFileA
SetupCopyOEMInfA is a stub, and it could be a problem. Tell me if it is the case. The others are implemented, and should work as expected, except unknown bugs of course ;)
Hervé