DOC: Win32 Version APIs Work with NE Images

Last reviewed: January 26, 1998
Article ID: Q179903
The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK)

SUMMARY

The documentation for the Win32 Versioning APIs incorrectly states that these functions will not work with 16-bit NE (New Executable) Images:

   As with other file installation functions, <api> works only with Win32
   file images.  It does not work with 16-bit Windows file images.

This information is incorrect. You can use these functions to examine the version resources of 16-bit NE files as well as 32-bit PE (Portable Executable) files.

MORE INFORMATION

The affected functions include:

   GetFileVersionInfo
   GetFileVersionInfoSize
   VerQueryValue


Additional query words: GetFileVersionInfo, GetFileVersionInfoSize,
VerQueryValue
Keywords : UsrRes kbdocerr
Version : WINNT:
Platform : winnt


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.

Last reviewed: January 26, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.