Password Property
Windows - Visual C++
Description
The Password Property returns or
sets the password.
Syntax
CString result = GetPassword();
void SetPassword( LPCTSTR password );
Value
The password to be used when
logging on.
Error |
Description |
|
380 |
Password Too Long. |
Back to: Connect Properties