InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IHotSpots Interface / ConfigureHotSpots Method
Hotspots file path


In This Topic
    ConfigureHotSpots Method (IHotSpots)
    In This Topic
    Load the hotspots file as the current hotspots definitions.
    Syntax
    'Declaration
     
    
    Function ConfigureHotSpots( _
       ByVal hotSpotsFilePath As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IHotSpots
    Dim hotSpotsFilePath As String
    Dim value As ReturnCode
     
    value = instance.ConfigureHotSpots(hotSpotsFilePath)
    ReturnCode ConfigureHotSpots( 
       string hotSpotsFilePath
    )

    Parameters

    hotSpotsFilePath
    Hotspots file path

    Return Value

    Method return code
    See Also