Share via


RASCNTL_SERVERLINE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains server line-specific information.

Syntax

typedef struct tagRasCntlServerLine {
  RASDEVINFO rasDevInfo;
  BOOL bEnable;
  DWORD bmFlags;
  UINT DisconnectIdleSeconds;
  DWORD dwDevConfigSize;
  BYTE DevConfig[1];
} RASCNTL_SERVERLINE, *PRASCNTL_SERVERLINE;

Members

  • rasDevInfo
    Value that specifies the szDeviceType and szDeviceName parameters of the line.
  • bEnable
    Setting this member to TRUE enables server line configuration.
  • bmFlags
    Unused. Set to zero.
  • DisconnectIdleSeconds
    The time, in seconds, at which the device disconnects after being idle.
  • dwDevConfigSize
    Size of the device configuration.
  • DevConfig
    Variable size (dwDevConfigSize bytes) array of the device configuration information.

Remarks

This structure is passed to the following IOCTLs:

  • RASCNTL_SERVER_LINE_GET_PARAMETERS
  • RASCNTL_SERVER_LINE_SET_PARAMETERS
  • RASCNTL_SERVER_LINE_ENABLE
  • RASCNTL_SERVER_LINE_DISABLE

Requirements

Header ras.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Other Resources

RAS Server/PPTP Server (Incoming)