<< back to sysax.com Product page

2.6. Disable a User Account

Exhibit 2.13. IDL Definition of method to disable a user account


HRESULT DisableUser      ([in] BSTR b_username);
 

Exhibit 2.14. Example usage of method to disable a user account


admin.DisableUser "comacc"