Exhibit 2.21. IDL Definition of method to update user home permissions
HRESULT UpdateHomePerm ([in] BSTR b_username, [in] BSTR b_homepermissions);
Exhibit 2.22. Example usage of method to update user home permissions
admin.UpdateHomePerm "comacc", "RL"