|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| rassapi.lib
| Header File
| rassapi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
RasAdminFreeBuffer
[New - Windows NT]
The RasAdminFreeBuffer function frees memory that was allocated by RAS on behalf of the caller.
DWORD RasAdminFreeBuffer(
PVOID Pointer
| // pointer to the buffer to free
| );
|
|
Parameters
Pointer
Pointer to the buffer to be freed.
Return Values
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value can be the following error code.
Value
| Meaning
| ERROR_INVALID_PARAMETER
| The Pointer parameter is invalid.
|
Do not call GetLastError to get error information for this function.
Remarks
Use the RasAdminFreeBuffer function to free the buffers allocated by the RasAdminPortEnum and RasAdminPortGetInfo functions.
See Also
RasAdminPortEnum, RasAdminPortGetInfo
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
|