5.1 WFS_EXEE_IDC_INVALIDTRACKDATA

Description This execute event specifies that a track contained invalid or no data.

Event Param LPWFSIDCTRACKEVENT lpTrackEvent;

struct _wfs_idc_track_event
{

WORD fwStatus;
LPSTR lpstrTrack;

LPSTR lpstrData;
} WFSIDCTRACKEVENT, * LPWFSIDCTRACKEVENT;

fwStatus
Status of reading the track. Possible values are :

Value Meaning

WFS_IDC_DATAMISSING The track is blank.

WFS_IDC_DATAINVALID The data contained on the track is invalid.

WFS_IDC_DATATOOLONG The data contained on the track is too long.

WFS_IDC_DATATOOSHORT The data contained on the track is too short.

lpstrTrack
Points to the keyword of the track on which the error occurred.

lpstrData
Points to the data that could be read (that may be only a fragment of the track), terminated by a null character. This data is simply a stream of characters; it does not contain keywords.