Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / SaveDisplayMemory Method / SaveDisplayMemory(String,DisplayMemorySelectionOption,TextTranslationOption,SaveFileOption) Method
File to which display memory is written.
The portion of display memory to be written
Specify options for translating display memory data
For the scenario when the specified file already exists.


In This Topic
SaveDisplayMemory(String,DisplayMemorySelectionOption,TextTranslationOption,SaveFileOption) Method
In This Topic
Writes the specified portion of display memory to a file.
Syntax
'Declaration
 
Overloads Function SaveDisplayMemory( _
   ByVal fileName As String, _
   ByVal select As DisplayMemorySelectionOption, _
   ByVal translation As TextTranslationOption, _
   ByVal fileexists As SaveFileOption _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim fileName As String
Dim select As DisplayMemorySelectionOption
Dim translation As TextTranslationOption
Dim fileexists As SaveFileOption
Dim value As ReturnCode
 
value = instance.SaveDisplayMemory(fileName, select, translation, fileexists)

Parameters

fileName
File to which display memory is written.
select
The portion of display memory to be written
translation
Specify options for translating display memory data
fileexists
For the scenario when the specified file already exists.

Return Value

ReturnCode indicating success/failure/status
See Also