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"