ReturnCode DisplayFile( string fileName )
'Declaration Function DisplayFile( _ ByVal fileName As String _ ) As ReturnCode
'Declaration
Function DisplayFile( _ ByVal fileName As String _ ) As ReturnCode
'Usage Dim instance As IScreen Dim fileName As String Dim value As ReturnCode value = instance.DisplayFile(fileName)
'Usage
Dim instance As IScreen Dim fileName As String Dim value As ReturnCode value = instance.DisplayFile(fileName)
IScreen Interface IScreen Members