SE_stream_get_invalidshape_mode |
Gets fetch_invalidshape mode for the stream
LONG SE_stream_get_invalidshape_mode(SE_STREAM stream, BOOL *fetchinvalid);
stream | The stream handle |
fetchinvalid | Flag indicating whether or not fetch_invalid shape mode is on/off |
(Oracle only) This function returns whether the current fetch_invalidshape mode is set (TRUE) or not (FALSE) on the stream. The stream must be initialized.
See SE_stream_set_invalidshape_mode for a description of the fetch_invalidshape mode.
SE_CONNECTION_LOCKED
SE_CONNECTION_IN_USE
SE_FUNCTION_SEQUENCE_ERROR
SE_INVALID_PARAM_VALUE
SE_INVALID_STREAM_TYPE
SE_NET_FAILURE
SE_SDE_NOT_STARTED
SE_SUCCESS