Reflection
SaveDisplayMemory(String) Method


File to which display memory is written.
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)
ReturnCode SaveDisplayMemory( 
   string fileName
)

Parameters

fileName
File to which display memory is written.

Return Value

ReturnCode indicating success/failure/status
See Also