KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q41441: Documentation Error Page 136 _bios_equiplist

Article: Q41441
Product(s): See article
Version(s): 5.10   | 5.10
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | s_quickc docerr | mspl13_c
Last Modified: 16-MAY-1989

Page 136 of the "Microsoft C 5.10 Run-Time Library Reference" manual
incorrectly documents the return values for _bios_equiplist. In the
list of return values, it states that bit 13 is as follows:

    True (1) if and only if a serial printer is installed.

This is only true if you have an IBM PCjr. On PC XT type machines,
this value reports regardless of whether or not you have an internal
modem installed.

As a result, for PC XT machines, this line should read as follows:

   True (1) if and only if an internal modem is installed.

This error also exists in the QuickC Versions 1.00 and 1.01 run-time
library reference manuals and in the QuickC Version 2.00 on-line help.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.