yev_get_result()

yev_get_result()#

yev_get_result() retrieves the result code associated with the specified event.

Prototype

int yev_get_result(
    yev_event_h yev_event
);

Parameters

Key

Type

Description

yev_event

yev_event_h

Handle to the event whose result code is being queried.


Return Value

Returns an integer representing the result code of the event.

Notes

The result code may indicate success or failure of the event operation.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples