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


Description
The GetChangePasswordAvail method returns a boolean value indicating whether the connected user has privileges to change their password.

Syntax
BOOL bChange = GetChangePasswordAvail()

The GetChangePasswordAvail syntax has these parts: 

Part

Description

bChange

A boolean indicating whether the user has privileges to change their password. A TRUE return value indicates that the password can be changed.

See Also: ChangePassword, ShowChangePassword

Back to: Connect Methods