Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / SaveDisplayMemory Method / SaveDisplayMemory(String) Method
File to which display memory is written.


In This Topic
SaveDisplayMemory(String) Method
In This Topic
Writes the entire display memory contents to a file.
Syntax
'Declaration
 
Overloads Function SaveDisplayMemory( _
   ByVal fileName As String _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim fileName As String
Dim value As ReturnCode
 
value = instance.SaveDisplayMemory(fileName)

Parameters

fileName
File to which display memory is written.

Return Value

ReturnCode indicating success/failure/status
See Also