DOC: User Supplied RASAdmin.dll Callbacks Must Use _stdcall (160321)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 4.2
- Microsoft Visual C++, 32-bit Professional Edition 4.2
This article was previously published under Q160321 SUMMARY
On the Microsoft Developers Network (MSDN) CD-ROM, the four user callback
function entry points in the RASAdmin.dll (supplied by the user) in Windows
NT 4.0 must have _stdcall in their function declarations. The declarations
in these files should include CALLBACK or WINAPI or __stdcall as is
specified for other callback functions. Look at the page for
EnumICMProfilesProc for an example of a callback function declaration. The
documentation errors are located in the following files:
MSDN/Products/Win32SDK/Win32 Programmer's Reference/Reference/
Functions/RASGetIpAddressForUser
MSDN/Products/Win32SDK/Win32 Programmer's Reference/Reference/
Functions/RASReleaseIpAddress
MSDN/Products/Win32SDK/Win32 Programmer's Reference/Reference/
Functions/RASAcceptNewConnection
MSDN/Products/Win32SDK/Win32 Programmer's Reference/Reference/
Functions/RASHangupConnection
Modification Type: | Major | Last Reviewed: | 10/17/2003 |
---|
Keywords: | kbdocerr kbnetwork KB160321 |
---|
|