|
Linking to the Remote Access DLL
If an application links statically to the RASAPI32 DLL, the application will
fail to load if Remote Access Service is not installed. A RAS application can
load when RAS is not installed by using LoadLibrary to load the DLL, and GetProcAddress to obtain pointers to the RAS functions.
The Win32 RAS functions are in RASAPI32.DLL. The import library for these
functions is RASAPI32.LIB. To use the RAS functions, your programs must include the
following files:
File
| Description
| RAS.H
| Contains the RAS function prototypes, constants, and structure definitions.
| RASERROR.H
| Contains the RAS error codes.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|