Wasabi ExpressPlay SDK for Desktop Systems  1.23.0
Data Fields
SHI_TransactionEvent Struct Reference

Event data for all events related to transactions. More...

#include <ShiTransaction.h>

Data Fields

SHI_EngineEvent base
 Base class. More...
 
SHI_TransactionType transaction_type
 Transaction type. More...
 
SHI_TransactionState transaction_state
 Transaction state. More...
 

Detailed Description

Event data for all events related to transactions.

Transaction-related events have an event type identifier equal to SHI_ENGINE_EVENT_TRANSACTION_BEGIN, SHI_ENGINE_EVENT_TRANSACTION_END, or SHI_ENGINE_EVENT_TRANSACTION_PROGRESS.

Field Documentation

◆ base

SHI_EngineEvent SHI_TransactionEvent::base

Base class.

◆ transaction_state

SHI_TransactionState SHI_TransactionEvent::transaction_state

Transaction state.

◆ transaction_type

SHI_TransactionType SHI_TransactionEvent::transaction_type

Transaction type.


The documentation for this struct was generated from the following file: