Click here for NewsObjects Overview
ShowChangePassword Method (Connect Control)
Windows - Visual C++


Description
The ShowChangePassword method displays a dialog box where the user can change their password.

Syntax
long state = ShowChangePassword();

The ShowChangePassword syntax has these parts: 

Part

Description

state

A long value indicating the success of the operation. This value will be zero if the operation was successful, and a non-zero error code if the operation was not successful. State will be –1 if the user pressed the "Cancel" button on this dialog

See Also: ChangePasswordAvail, ChangePassword

Back to: Connect Methods