Index

DXUserMgmtV4

Purpose:

This class represents and processes datastore user management functions.

Methods:

initialization
        init(LPDISPATCH ds);

This method must be called following the creation of a DXUserMgmtV4 object (except for methods returning a DXUserMgmtV4 object). The method initializes the datastore definition object with the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreV4 object.

changePassword
        changePassword(LPCTSTR userId,
                        LPCTSTR oldPwd,
                        LPCTSTR newPwd);

Changes the password for the specified user ID.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.