Page History
...
BOOL | LceOpenSession | (int | iSession) |
Parameters
iSession | The session identifier returned by LceGetSessionId. |
|---|
...
| Tip |
|---|
Tip: For consecutive file processing, set the fResume parameter to TRUE when calling LceEndSession. This keeps the communications session with the host system active. You can then use the same session identifier (for processing the other files) in LceOpenSession. You can also have more than one session open (via LceOpenSession) if you need to access more than one file concurrently when using the *RECEIVEIMMED option for selecting records. |