SOUND4 x1.CLOUD Library [1.5.7]
Loading...
Searching...
No Matches
Macros | Typedefs
sound4cl_cdef.h File Reference

C function signature definition for all sound4.cl libraries. More...

#include <stdint.h>
#include <stringapiset.h>
#include <wchar.h>

Go to the source code of this file.

Macros

#define SOUND4_INVALID_WEBSERVER_ID   ((uint64_t)-1)
 
#define SOUND4_WEBSERVER_HTTP_OK   (1<<0)
 
#define SOUND4_WEBSERVER_HTTPS_OK   (1<<1)
 

Typedefs

typedef wchar_t fs_char
 
typedef struct _tlgProvider_t const * TraceLoggingHProvider
 

Macro Definition Documentation

◆ SOUND4_INVALID_WEBSERVER_ID

#define SOUND4_INVALID_WEBSERVER_ID   ((uint64_t)-1)

Definition at line 65 of file sound4cl_cdef.h.

◆ SOUND4_WEBSERVER_HTTP_OK

#define SOUND4_WEBSERVER_HTTP_OK   (1<<0)

Definition at line 66 of file sound4cl_cdef.h.

◆ SOUND4_WEBSERVER_HTTPS_OK

#define SOUND4_WEBSERVER_HTTPS_OK   (1<<1)

Definition at line 67 of file sound4cl_cdef.h.

Typedef Documentation

◆ fs_char

typedef wchar_t fs_char

Definition at line 18 of file sound4cl_cdef.h.

◆ TraceLoggingHProvider

typedef struct _tlgProvider_t const* TraceLoggingHProvider

Definition at line 210 of file sound4cl_cdef.h.