INFO: Inf AddReg Sections Value Types are Limited

Last reviewed: April 7, 1997
Article ID: Q163357
4.00 WINDOWS kbprg

The information in this article applies to:

  • Microsoft Win32 Device Development Kit (DDK) for Windows 95, version 4.0

SUMMARY

In general, you may have various types of registry entries including binary, DWORD, DWORD little-endian, DWORD big-endian, Unicode symbolic link, array of null-terminated strings, device-driver resource list, and null-terminated string (with or without unexpanded references).

However, an inf AddReg section value type is limited to either an ANSI string or a number in hexadecimal notation and Intel format. Setupx.dll does not recognize any other value types in AddReg sections. You can set other registry value types from an application using RegSetValueEx.


KBCategory: kbprg
KBSubcategory:
Additional reference words: 4.00
Keywords : kbprg NTDDKKMode
Version : 4.0
Platform : WINDOWS


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: April 7, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.