Wasabi ExpressPlay SDK for iOS  1.23.0
Data Fields
SHI_DataAny Struct Reference

Structure used solely to be the first entry in the SHI_DataValue union type in order to allow static initialization of SHI_DataValue variables, because ISO C only allows static initializers to initialize the first entry in a union. More...

#include <ShiData.h>

Data Fields

const void * a0
 First pointer. More...
 
const void * a1
 Second pointer. More...
 

Detailed Description

Structure used solely to be the first entry in the SHI_DataValue union type in order to allow static initialization of SHI_DataValue variables, because ISO C only allows static initializers to initialize the first entry in a union.

Field Documentation

◆ a0

const void* SHI_DataAny::a0

First pointer.

◆ a1

const void* SHI_DataAny::a1

Second pointer.


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