29 #ifndef INCLUDED_ParametersC_h_GUID_9D762A31_83E5_47A2_7040_DBD786D9A79B
30 #define INCLUDED_ParametersC_h_GUID_9D762A31_83E5_47A2_7040_DBD786D9A79B
33 #include <osvr/ClientKit/Export.h>
57 OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode
70 OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode
72 char *buf,
size_t len);
Header declaring a type and values for simple C return codes.
Header declaring opaque types used by Client and ClientKit.
OSVR_ReturnCode osvrClientGetStringParameterLength(OSVR_ClientContext ctx, const char path[], size_t *len)
Get the length of a string parameter associated with the given path.
struct OSVR_ClientContextObject * OSVR_ClientContext
Opaque handle that should be retained by your application. You need only and exactly one...
Header providing basic C macros for defining API headers.
Header containing macros for source-level annotation.
OSVR_ReturnCode osvrClientGetStringParameter(OSVR_ClientContext ctx, const char path[], char *buf, size_t len)
Get a string parameter associated with the given path.