Platform SDK: RAS/Routing and RAS |
The RASSLIP structure contains the results of a the Serial Line Internet Protocol (SLIP) projection operation.
RASSLIP { DWORD dwSize; DWORD dwError; TCHAR szIpAddress[ RAS_MaxIpAddress + 1 ]; };
sizeof(RASSLIP)
to identify the version of the structure. If the RASENTRY structure for the phone-book entry used in a RAS connection specifies SLIP framing, you can call RasGetProjectionInfo with a RASPROJECTION of RASP_Slip to determine whether SLIP framing was successfully configured.
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Unsupported.
Header: Declared in Ras.h.
Unicode: Declared as Unicode and ANSI structures.
Remote Access Service (RAS) Overview, Remote Access Service Structures, RASENTRY, RasGetProjectionInfo, RASPROJECTION