Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / HotSpots Object / Save Method
In This Topic
    Save Method (HotSpots)
    In This Topic
    Saves changes to current hotspots map. If the current hotspots map (identified by the HotspotsMap property) resides in the installation directory and cannot be written to, the map is saved to the current user's Hotspots Maps subfolder underneath the Reflection folder, using the terminal session name as the hotspot map filename.
    Syntax
    expression.Save() As ReturnCode
    where expression is a variable that represents a HotSpots Object

    Return Value

    One of the following ReturnCode enumeration values, unless an exception has been thrown.

    Member Description
    Cancelled Cancelled.
    Error Error.
    PermissionRequired Permission is required.
    Success Success.
    Timeout Timeout condition.
    Truncated The text is truncated.

    Exceptions
    ExceptionDescription
    An I/O error occurred while trying to save the hotspots map.
    The caller does not have the required permission to save the hotspots map.
    See Also