INFO: Items Required to Use DAPI

Last reviewed: November 24, 1997
Article ID: Q169551
The information in this article applies to:
  • Exchange Development Kit (EDK)
  • Microsoft Exchange Server, versions 4.0, 5.0

SUMMARY

In order to use DAPI on a machine there are several requirements:

  • The machine that the application is running on must be running NT. The DAPI functions do not run on Windows 95.
  • The registry also needs to have the following entries under the key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Exchange\MSExchangeAdminCommon:

          AdminLangID          REG_DWORD      0x409
          ANGAutotextFormat    REG_SZ         %First%1Last
          DNGAutotextFormat    REG_SZ         %First %Last
    
    
  • Finally, there are three DLLs required to run DAPI and are listed below.

          Dapi.dll
          Libxds.dll
          Exchmem.dll
    

All of the registry entries and DLLs are installed by the Exchange Admin program.

If these requirements are not met, you may get an error returned, as described in the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q169552
   TITLE     : PRB: Error 80010010 in the NT Application Log on DAPIStart
Keywords          : kbenv kbsetup EDKAPI
Version           : 4.0 5.0
Platform          : NT WINDOWS
Issue type        : kbinfo


================================================================================


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