InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IHotSpots Interface / Save Method


In This Topic
    Save Method (IHotSpots)
    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 user data folder, using the terminal session name as the hotspot map filename.
    Syntax
    'Declaration
     
    
    Function Save() As ReturnCode
    'Usage
     
    
    Dim instance As IHotSpots
    Dim value As ReturnCode
     
    value = instance.Save()
    ReturnCode Save()

    Return Value

    One of the ReturnCode enumerated values, unless an exception has been thrown
    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