19# ifdef COMPILING_DLL_SimulatedRealityCore
20# define SRAPI extern "C" __declspec(dllexport)
22# define SRAPI extern "C" __declspec(dllimport)
25# ifdef COMPILING_DLL_SimulatedRealityCore
26# error Trying to compile SimulatedRealityCore.dll using a non-C++ compiler! Use a C++ compiler instead!
28# define SRAPI __declspec(dllimport)
SRAPI SR_applicationList getApplicationNames(SR_applicationSense applicationSense)
Returns a list of applications that are currently connected to the SR Service.
SRAPI SR_applicationSense createApplicationSense(SRContext context)
Create an application sense instance to gain information about running SR applications.
void * SRContext
Definition: admin_c.h:15
#define SRAPI
Definition: admin_c.h:32
void * SR_applicationSense
Application Programming Interface to be used by (Admin) C SR applications.
Definition: admin_c.h:39
SRAPI void cleanupApplicationList(SR_applicationList applicationList)
Clears the memory allocated for the list of applications returned by getApplicationNames.
C-compatible struct to represent the contents of the std::vector<std::string> returned in the C++ int...
Definition: admin_c.h:52
char ** applicationNames
Definition: admin_c.h:54
unsigned int size
Definition: admin_c.h:53