XPRMStreamType Enumeration
  Defines a stream type or file input/output operation 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public enum XPRMStreamType
 Members
Members
 | Member name | Value | Description | |
|---|---|---|---|
| F_INPUT | 0 | Code for input stream. | |
| F_OUTPUT | 2 | Code for output stream. | |
| F_OUTPUT_LINEBUF | 18 | Code for line-buffered output stream. | |
| F_ERROR | 8 | Code for error stream. | 
 See Also
See Also
 
