FT_STATE_EVENT_CAUSE enumeration (tapi3if.h)
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_NORMAL Value: 0 State change in response to a normal API call. |
FTEC_END_OF_FILE Storage EOF reached on playback. |
FTEC_READ_ERROR Storage read error on playback. |
FTEC_WRITE_ERROR Storage write error on the record. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |