RASCONN

This structure provides data about a remote access connection. The RasEnumConnections function returns an array of RASCONN structures.

typedef struct _RASCONN { 
DWORD dwSize; 
HRASCONN hrasconn; 
TCHAR szEntryName[RAS_MaxEntryName + 1]; 
} RASCONN ;

Members

  • dwSize
    Specifies the size, in bytes, of the RASCONN structure.
  • hrasconn
    Handle to the remote access connection. This handle is used in other remote access API calls.
  • szEntryName
    Null-terminated string that specifies the phone-book entry used to establish the remote access connection. If the connection was established using an empty entry name, this string consists of a . followed by the connection phone number.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Ras.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

RasEnumConnections, RasGetConnectStatus

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.