Enum EMarshallFlags#
Defined in File core_ps.h
Enum Documentation#
-
enum class sdv::ps::EMarshallFlags : uint32_t#
Marshalling flags.
Values:
-
enumerator direction_output#
When set, direction is output. Otherwise direction is input. If an exception occurred, this flag might indicate if the exception occurred on input or on output of the call.
-
enumerator exception_triggered#
When set, a exception was triggered and is provided instead of any parameters or return value.
-
enumerator direction_output
When set, direction is output. Otherwise direction is input. If an exception occurred, this flag might indicate if the exception occurred on input or on output of the call.
-
enumerator direction_output
When set, direction is output. Otherwise direction is input. If an exception occurred, this flag might indicate if the exception occurred on input or on output of the call.
-
enumerator exception_triggered
When set, a exception was triggered and is provided instead of any parameters or return value.
-
enumerator exception_triggered
When set, a exception was triggered and is provided instead of any parameters or return value.
-
enumerator direction_output#