• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDCommon.h File Reference
#include <stdint.h>
#include <stddef.h>

Classes

struct  GDError
 Error structure. More...
 
struct  GDData
 Data encapsulation structure. More...
 

Macros

#define GD_C_API_EXT
 

Variables

const int32_t GDSuccess
 Success. More...
 
const int32_t GDErrorOutOfMemory
 Out of memory. More...
 
const int32_t GDErrorNotAuthorized
 Not authorized. More...
 
const int32_t GDErrorNotFound
 Not found. More...
 
const int32_t GDErrorNotMapped
 Not mapped to a User Credential Profile. More...
 
const int32_t GDErrorWrongPassword
 Wrong password. More...
 
const int32_t GDErrorGeneral
 General error. More...
 
const int32_t GDErrorInvalidArgument
 Invalid argument. More...
 
const int32_t GDErrorNotAllowed
 Not allowed. More...
 

Macro Definition Documentation

◆ GD_C_API_EXT

#define GD_C_API_EXT