<< back to sysax.com Product page |
Exhibit 2.7. IDL Definition of method to create a new user account
HRESULT CreateUser ([in] BSTR b_username, [in] BSTR b_password, [in] BSTR b_homepath, [in] BSTR b_homepermissions); |
Exhibit 2.8. Example usage of method to create a new user account
admin.CreateUser "comacc", "comaccpass", "c:\\temp", "RL" |