Share via


RASCNTL_SERVERLINE (Windows CE 5.0)

Send Feedback

This structure contains server line-specific information.

typedef struct tagRasCntlServerLine {RASDEVINFOrasDevInfo;BOOLbEnable;DWORDbmFlags;UINTDisconnectIdleSeconds;DWORDdwDevConfigSize;BYTEDevConfig[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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ras.h.

See Also

RAS Server/PPTP Server (Incoming)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.