The RasSetAutodialAddress function can add an address to the AutoDial mapping database. Alternatively, the function can delete or modify the data associated with an existing address in the database.
DWORD RasSetAutodialAddress(
LPTSTR lpszAddress, |
// pointer to a network address string |
DWORD dwReserved, |
// reserved; must be zero |
LPRASAUTODIALENTRY lpAutoDialEntries, |
// pointer to buffer containing AutoDial entry data |
DWORD dwcbAutoDialEntries, |
// size, in bytes, of the buffer |
DWORD dwcAutoDialEntries |
// number of entries in the buffer |
); |
If the function succeeds, the return value is zero.
If the function fails, the return value is one of the following error codes.
Value |
Meaning |
ERROR_INVALID_SIZE |
The dwSize member of the RASAUTODIALENTRY structure is an invalid value. |
ERROR_INVALID_PARAMETER |
The lpszAddress parameter was NULL. |
An address in the AutoDial mapping database can have any number of associated RASAUTODIALENTRY entries. Each entry specifies AutoDial information for a particular TAPI dialing location.
If the address specified by the lpszAddress parameter is an existing address in the database and the lpAutoDialEntries parameter is not NULL, the RasSetAutodialAddress function modifies the set of AutoDial entries associated with the address. If an entry in the lpAutoDialEntries array specifies a dialing location for which the address already has an entry, the function replaces the existing entry with the new entry. Otherwise, the function simply adds the lpAutoDialEntries entries to the set of entries for the address.
If the lpszAddress address exists in the database and lpAutoDialEntries is NULL and dwcbAutodialEntries is zero, RasSetAutodialAddress deletes the address from the database.
If the lpszAddress address does not exist in the database, RasSetAutodialAddress adds the address to the database. The lpAutoDialEntries parameter specifies the AutoDial entries to associate with the new address.
RASAUTODIALENTRY, RasEnumAutodialAddresses, RasGetAutodialAddress
file: /Techref/os/win/api/win32/func/src/f70_33.htm, 5KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 10:59,
3.15.15.160:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/func/src/f70_33.htm"> RasSetAutodialAddress</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.