CFStreamStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify valid statuses for a CFStream.
public enum CFStreamStatus
type CFStreamStatus =
- Inheritance
-
CFStreamStatus
Fields
AtEnd | 5 | |
Closed | 6 | |
Error | 7 | |
NotOpen | 0 | |
Open | 2 | |
Opening | 1 | |
Reading | 3 | |
Writing | 4 |