Partager via


RASCNTL_SERVERLINE

This structure contains server line-specific information.

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

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

See Also

RAS Server/PPTP Server (Incoming)

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.