InfoConnect for Airlines VBA Guide
SaveDisplayMemory2 Function
The file to which display memory is written.
The portion of display memory to be written.
Specifies options for translating display memory data.
For the scenario when the specified file already exists.
Writes the specified portion of display memory to a file.
Syntax
object.SaveDisplayMemory2( _
   ByVal fileName As String, _
   ByVal select As DisplayMemorySelectionOption, _
   ByVal translation As TextTranslationOption, _
   ByVal fileexists As SaveFileOption _
) As ReturnCode

Parameters

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

Return Value

ReturnCode that indicates the success or failure status.
See Also