LceDeleteSelect is used to break the loop when multiple records are retrieved from the host using LceReceiveNextX.
If the process is to finish normally, this function is not necessary.
BOOL | LceDeleteSelect | (int | iSession, |
char far * | strFileName ) |
iSession | The session identifier as returned by LceGetSessionId. |
|---|---|
strFileName | The name of the file. |
TRUE is returned if the session has been canceled.
FALSE is returned if an error occurs.
No other communications can be performed during the LceReceiveNextX loop process. The LceDeleteSelect does not cancel the data transfer. It must wait for all selected records to be transferred and then perform the delete.