Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure provides data about a remote access connection. The RasEnumConnectionsfunction returns an array of RASCONNstructures.

Syntax

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

Members

dwSize

Specifies the size, in bytes, of the RASCONNstructure.

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 period (.) followed by the connection phone number.

Requirements

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

See Also