WD97: CAPI and WLL Support Policy (195483)



The information in this article applies to:

  • Microsoft Word 97 for Windows

This article was previously published under Q195483

SUMMARY

The CAPI and the creation of WLLs are only supported through the Office Developer Consulting Line, which provides consulting services at a rate of $195 per hour. The consulting line can be reached at 800-936-5200. Support is done on a call-back basis.

You can post questions about the CAPI and WLLs to the Microsoft Internet Newsgroups. To do this, visit the following Microsoft Web site: These newsgroups are public forums and not directly supported by Microsoft.

Microsoft technical communities provide opportunities to interact with Microsoft employees, experts, and your peers to share knowledge and news about Microsoft products and related technologies. These technical communities provide a variety of ways to access answers to questions, solutions to problems, and to share your own expertise. For more information about these technical communities, visit the following Microsoft Web site: Note The Microsoft Word Developer's Kit includes MAPI Extensions (WBMAPI.DLL) and ODBC Extensions (WBODBC.WLL). These add-ons are examples only and are not supported by Microsoft, as documented in the beginning of the Appendixes in the third edition of the Microsoft Word Developer's Kit.

MORE INFORMATION

The CAPI or Word Application Programming Interface is described in Appendix C of the Microsoft Word Developer's Kit. The CAPI allows C programmers to create Windows DLL files that contain code to drive Word. These DLLs contain equivalent WordBasic code in the C language.

WLLs are add-ons to Word that are typically placed in the <Winword>\Startup folder. WLLs are basically renamed DLLs that offer faster add-on functionality than what WordBasic offers.

The Microsoft Word Developer's Kit includes two extensions to Word:
  • WBMAPI.DLL, documented in Appendix A, is installed in the <Windows>\System directory and allows WordBasic macros to integrate with a MAPI mail system.
  • WBODBC.WLL, documented in Appendix B, is a Word add-on that is either placed in the <Winword>\Startup folder or loaded using the File Templates dialog box. This WLL allows WordBasic macros to access data in any database management system that supports ODBC.

Modification Type:MinorLast Reviewed:8/16/2006
Keywords:kbinfo kbmacro kbpolicy KB195483