|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| rassapi.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RAS_PPP_PROJECTION_RESULT
[New - Windows NT]
The RAS_PPP_PROJECTION_RESULT structure is used to report the results of the various PPP projection
operations for a port.
typedef struct _RAS_PPP_PROJECTION_RESULT {
RAS_PPP_NBFCP_RESULT nbf;
RAS_PPP_IPCP_RESULT ip;
RAS_PPP_IPXCP_RESULT ipx;
RAS_PPP_ATCP_RESULT at;
} RAS_PPP_PROJECTION_RESULT;
Members
nbf
A RAS_PPP_NBFCP_RESULT structure that reports the result of a PPP NetBEUI Framer (NBF) projection
operation.
ip
A RAS_PPP_IPCP_RESULT structure that reports the result of a PPP Internet Protocol (IP) projection
operation.
ipx
A RAS_PPP_IPXCP_RESULT structure that reports the result of a PPP Internetwork Packet Exchange (IPX)
projection operation.
at
A RAS_PPP_ATCP_RESULT structure. Windows NT version 4.0 does not use this member.
Remarks
This structure reports the projection results for NetBEUI, TCP/IP, and IPX
protocols. Each PPP structure has a dwError member that indicates whether the other information in the structure is
valid. If dwError is NO_ERROR, the other information is valid. If dwError is one of the error codes in WINERROR.H or RASERROR.H, the other information
is not valid.
See Also
RAS_PORT_1, RAS_PPP_ATCP_RESULT, RAS_PPP_IPCP_RESULT, RAS_PPP_IPXCP_RESULT, RAS_PPP_NBFCP_RESULT, 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
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
|