DWORD RasEnumConnections(
  LPRASCONN lprasconn,   // buffer to receive connections data
  LPDWORD lpcb,          // size in bytes of buffer
  LPDWORD lpcConnections // number of connections written to buffer
);
DWORD RasSetEntryProperties(
  LPCTSTR lpszPhonebook,  // pointer to full path and file 
                          //  name of phone-book file
  LPCTSTR lpszEntry,      // pointer to an entry name
  LPRASENTRY lpRasEntry,  // buffer that contains entry information
  DWORD dwEntryInfoSize,  // size, in bytes, of the
                          //  lpRasEntry buffer
  LPBYTE lpbDeviceInfo,   // buffer that contains device-
                          //  specific configuration information
  DWORD dwDeviceInfoSize  // size, in bytes, of the 
                          //  lpbDeviceInfo buffer
);