How to Call RAS API? 
Author Message
 How to Call RAS API?

Hi,

How can I declare a vb function to access RAS functions like this?

DWORD RasEnumEntries (
  LPCTSTR reserved,               // reserved, must be NULL
  LPTCSTR lpszPhonebook,          // pointer to full path and  filename of
phone-book file
  LPRASENTRYNAME lprasentryname,  // buffer to receive  phone-book entries
  LPDWORD lpcb,                   // size in bytes of buffer
  LPDWORD lpcEntries              // number of entries written to buffer
);

typedef struct _RASENTRYNAME

     DWORD  dwSize;
    TCHAR  szEntryName[RAS_MaxEntryName + 1];

Quote:
}

Thank's a lot

Txarli



Sat, 16 Mar 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Tricky one : called RAS Api, when authenticating at ISP, prompts "domain" box

2. Tricky one : called RAS Api, when authenticating at ISP, prompts "domain" box

3. Tricky one : called RAS Api, when authenticating at ISP, prompts "domain" box

4. Tricky one : called RAS Api, when authenticating at ISP, prompts "domain" box

5. Win 95/NT API CALLS: RAS

6. Calling all Win95 Guru's... RAS API

7. API call to start RAS-Server in Win95 Plus-Pack

8. RAS api call

9. API Calls and RAS

10. API Calls and RAS

11. RAS/DUN Dial Up/Disconect Api Calls?

12. RAS API Calls, trouble with RASGetConnectStatus

 

 
Powered by phpBB® Forum Software