PRB: VBRASAPI Sample Application in MSDN Missing a File (149926)



The information in this article applies to:

  • Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
  • Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0

This article was previously published under Q149926

SUMMARY

The January 1996 issue of Microsoft Developer Network contains the article titled "VBRASAPI: Calls Windows RAS Functions From Visual Basic." This article contains a sample application that is a wrapper dynamic link library (DLL) file used to call the Remote Access Service (RAS) functions in Microsoft Windows for Workgroups from Microsoft Visual Basic. The file Rasapi.bas is missing from the sample included with the article.

MORE INFORMATION

The VBRASAPI sample is a wrapper DLL used to call the RAS functions in Microsoft Windows for Workgroups version 3.11. Developed by Microsoft Consulting Services, VBRASAPI works as a wrapper around Rasapi16.dll for programs written in Microsoft Visual Basic. The functions in Vbrasapi.dll can dial using a RAS phone book entry, get the RAS connection status, and hang up. These functions can then maintain and pass the RAS connection handle to each other so they maintain the connection sessions one at a time.

The Rasapi.bas file is a compilation of Microsoft Visual Basic equivalent declarations for constants and data structures found in the Ras.h and Raserror.h C-header files. It also includes API Declare statements for the Vbrasapi.dll functions. This Microsoft Visual Basic module is self-documented and can be added to any project that needs to use RAS. However, this file is not included in the compressed version attached to the article shipped in the January 1996 issue of the Microsoft Developer Network.

The April 1996 issue contains the complete version of the article.

RESOLUTION

The following file is available for download from the Microsoft Download Center:
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:

119591 How to Obtain Microsoft Support Files from Online Services

Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.

Modification Type:MinorLast Reviewed:8/5/2004
Keywords:kbdownload kbfile kbprb kbSample KB149926 kbAudDeveloper