Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FT_STATE_EVENT_CAUSE enum indicates the type of file terminal event.
Syntax
typedef enum FT_STATE_EVENT_CAUSE {
FTEC_NORMAL = 0,
FTEC_END_OF_FILE,
FTEC_READ_ERROR,
FTEC_WRITE_ERROR
} ;
Constants
FTEC_NORMALValue: 0 State change in response to a normal API call. |
FTEC_END_OF_FILEStorage EOF reached on playback. |
FTEC_READ_ERRORStorage read error on playback. |
FTEC_WRITE_ERRORStorage write error on the record. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |