Exhibit 2.19. IDL Definition of method to update user home path
HRESULT UpdateHome ([in] BSTR b_username, [in] BSTR b_homepath, [in] BSTR b_homepermissions);
Exhibit 2.20. Example usage of method to update user home path
admin.UpdateHome "comacc", "c:\\temp", "RL"