Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
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.
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)
ReturnCode SaveDisplayMemory( string fileName, DisplayMemorySelectionOption select, TextTranslationOption translation, SaveFileOption 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