CUT_RAS::ClearEntryPassword
int ClearEntryPassword(LPCSTR szEntryName)
Parameters
szEntryName |
Phonebook entry to delete the password from. |
Return Value
UTE_SUCCESS |
Operation completed successfully. |
UTE_ERROR |
Function call failed (see GetLastRASError for more details). |
UTE_RAS_LOAD_ERROR |
Unable to load the RAS DLLs. |
Remarks
Call this function to clear the password from a given phonebook entry. This can also be performed by using the SetDialEntryParams function, but ClearEntryPassword encapsulates the operation.
See also: SetDialEntryParams