|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| rasshost.h
| Unicode
| No
| Platform Notes
| None
|
|
|
RasSecurityDialogComplete
[New - Windows NT]
The RasSecurityDialogComplete function notifies the RAS server of the results of a third-party security
authentication transaction. A third-party RAS security DLL calls RasSecurityDialogComplete when it has completed its authentication of the remote user.
The RAS server passes a pointer to the RasSecurityDialogComplete function when the server calls the RasSecurityDialogBegin entry point of the security DLL.
VOID RasSecurityDialogComplete(
SECURITY_MESSAGE *pSecMsg
| // pointer to the security message structure
| );
|
|
Parameters
pSecMsg
Pointer to a SECURITY_MESSAGE structure that contains the results of the authentication transaction.
Return Values
None.
Remarks
When a security DLL has finished authenticating the remote user, it calls the RasSecurityDialogComplete function to report the results. The RAS server then performs a cleanup
sequence. As part of this cleanup sequence, the RAS server calls the security DLL's RasSecurityDialogEnd function to give the DLL an opportunity to perform its own cleanup, if
necessary.
See Also
RasSecurityDialogBegin, RasSecurityDialogComplete, RasSecurityDialogEnd, SECURITY_MESSAGE
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
|