| Description |
| Preset username and password to allow automatic login into HTTP servers that require authentication |
| Replacement in Object TOOLKIT: | pfcBaseSession::AuthenticateBrowser |
| Synopsis |
| #include <ProBrowser.h> |
| ProError | ProBrowserAuthenticate | ( |
| wchar_t* username | |
| /*
(In) |
| The name of user to be used |
| */ |
| wchar_t* password | |
| /*
(In) |
| The password of the user to be used |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully set the credentials. Note that if authentication fails with these credentials the user may be prompted for authentication. |
|