Given a w3ProfileId and a FlashCONNECT application, w3ProfileExtract determines what username was last used to log on to the application and if the password is still valid.
call w3ProfileExtract (id , application , username , password )
|
id |
In and Out |
As an input parameter, id contains the w3ProfileId. As an output parameter, if id was a null string, the newly assigned w3ProfileId is returned. |
|
application |
In |
The FlashCONNECT application in use, often w3Exec. |
|
username |
Out |
The FlashCONNECT username, often w3User, associated with the w3ProfileId and application. "" = no associated username was found. |
|
password |
Out |
0 = password is no longer valid, otherwise the password on file is valid. |
Example Program