Are these error codes documented anywhere in DDK/VToolsD/VC++? Or
anywhere else? So far I've seen 2, 8 and 22 at different times, one of
which was probably due to the vxd not being found in the windows\system
directory.
TIA
--
Gordon Smith
Octec Ltd
e-mail: Change NoSpamPlease to octec
There are two types of what could be considered "error codes" in CONFIGMG.H. One
group is CR_xxxx, which are return values from CM
services.The other group is CM_PROB_xxx, and I believe that's what you
see in the Device Manager.
CM_PROB_DEVLOADER_FAILED has a value of 2. It means, simply, that
the VxD named as DevLoader in the device's registry key failed to load.