| __MIDL___MIDL_itf_scrrun_0000_0001 | Description |
| Const Alias = 1024 (&H400) | |
| Const Archive = 32 (&H20) | |
| Const Compressed = 2048 (&H800) | |
| Const Directory = 16 (&H10) | |
| Const Hidden = 2 | |
| Const Normal = 0 | |
| Const ReadOnly = 1 | |
| Const System = 4 | |
| Const Volume = 8 |
| __MIDL___MIDL_itf_scrrun_0094_0001 | Description |
| Const CDRom = 4 | |
| Const Fixed = 2 | |
| Const RamDisk = 5 | |
| Const Remote = 3 | |
| Const Removable = 1 | |
| Const UnknownType = 0 |
| __MIDL___MIDL_itf_scrrun_0094_0002 | Description |
| Const SystemFolder = 1 | |
| Const TemporaryFolder = 2 | |
| Const WindowsFolder = 0 |
| __MIDL___MIDL_itf_scrrun_0094_0003 | Description |
| Const StdErr = 2 | |
| Const StdIn = 0 | |
| Const StdOut = 1 |
| CompareMethod | Description |
| Const BinaryCompare = 0 | |
| Const DatabaseCompare = 2 | |
| Const TextCompare = 1 |
| IOMode | Description |
| Const ForAppending = 8 | |
| Const ForReading = 1 | |
| Const ForWriting = 2 |
| SpecialFolderConst | Description |
| Const SystemFolder = 1 | |
| Const TemporaryFolder = 2 | |
| Const WindowsFolder = 0 |
| StandardStreamTypes | Description |
| Const StdErr = 2 | |
| Const StdIn = 0 | |
| Const StdOut = 1 |
| TextStream | Description |
| Property AtEndOfLine As Boolean | Is the current position at the end of a line? |
| Property AtEndOfStream As Boolean | Is the current position at the end of the stream? |
| Property Column As Long | Current column number |
| Property Line As Long | Current line number |
| Sub Close | Close a text stream |
| Sub Skip(ByVal Characters As Long) | Skip a specific number of characters |
| Sub SkipLine | Skip a line |
| Sub Write(ByVal Text As String) | Write a string to the stream |
| Sub WriteBlankLines(ByVal Lines As Long) | Write a number of blank lines to the stream |
| Sub WriteLine([ByVal Text As String]) | Write a string and an end of line to the stream |
| Function Read(ByVal Characters As Long) As String | Read a specific number of characters into a string |
| Function ReadAll As String | Read the entire stream into a string |
| Function ReadLine As String | Read an entire line into a string |
| Tristate | Description |
| Const TristateFalse = 0 | |
| Const TristateMixed = -2 (&HFFFFFFFE) | |
| Const TristateTrue = -1 (&HFFFFFFFF) | |
| Const TristateUseDefault = -2 (&HFFFFFFFE) |