__iew_fd_startToken() – Starting a session with a CSVQUERY token

Begin inspecting a program object identified by an entry point token returned by CSVQUERY.

Format

#include <__iew_api.h>
int __iew_fd_startToken(_IEWFDContext *__context,
                                         void *__eptoken);

Parameters Descriptions

__context
FD context is created and returned by calling __iew_fd_open() and is used throughout the open session.
__eptoken
point to EPTOKEN, token returned from the MVS™ CSVQUERY service.

Returned Value

If successful, __iew_fd_startToken() returns 0.

If unsuccessful, __iew_fd_startToken() returns nonzero.

Note: The returned value is the same as the code returned by a subsequent __iew_fd_get_return_code().

Utilities Functions

__iew_fd_get_reason_code()
__iew_fd_get_return_code()