Quote:
Examples of using the net command to find Win32 error codes are shown below.
In this example:
C:\> net helpmsg 126
"The specified module could not be found."
An error code of 126 (0x7e hex) indicates a dependency issue to be resolved.
In this example:
C:\ >net helpmsg 5
Access is denied.
An error code of 5 indicates the use of a third-party driver that is not compatible with the version of NDIS supplied with Windows XP Embedded.
The following table shows some common Win32 errors that may appear in an FBA file.
Read the whole story..