XPRMStreamType Enumeration
Defines a stream type or file input/output operation
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0

C#
public enum XPRMStreamType

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. |
