Purpose:
This class represents and processes datastore user management functions.
Methods:
init(LPDISPATCH ds);
This method must be called following the creation of a DXUserMgmtIP object (except for methods returning a DXUserMgmtIP object). The method initializes the datastore definition object with the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreIP object.
changePassword(LPCTSTR userId, LPCTSTR oldPwd, LPCTSTR newPwd);
Changes the password for the specific user ID. For ImagePlus for OS/390, the new password value must have a length of eight characters or less.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.