|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| rassapi.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RAS_PPP_IPXCP_RESULT
[New - Windows NT]
The RAS_PPP_IPXCP_RESULT structure is used to report the result of a PPP Internetwork Packet Exchange
(IPX) projection operation for a port.
typedef struct _RAS_PPP_IPXCP_RESULT {
DWORD dwError;
WCHAR wszAddress[ RAS_IPXADDRESSLEN + 1 ];
} RAS_PPP_IPXCP_RESULT;
Members
dwError
Indicates the results of the IPX projection operation. A value of NO_ERROR
indicates success, in which case, the wszAddress member is valid. If the projection operation was not successful, dwError is an error code from WINERROR.H or RASERROR.H.
wszAddress
A null-terminated Unicode string that specifies the IPX address assigned to
the remote client. This string has the "net.node" form.
See Also
RAS_PORT_1, RAS_PPP_PROJECTION_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
|