Defines

blpapi_versionmacros.h File Reference

Provide preprocessor macros for BLPAPI library version information. More...

Go to the source code of this file.

Defines

#define BLPAPI_VERSION_MAJOR   3
#define BLPAPI_VERSION_MINOR   12
#define BLPAPI_VERSION_PATCH   3
#define BLPAPI_VERSION_BUILD   1
#define BLPAPI_MAKE_VERSION(MAJOR, MINOR, PATCH)
#define BLPAPI_SDK_VERSION

Detailed Description

Provide preprocessor macros for BLPAPI library version information.


Define Documentation

#define BLPAPI_VERSION_MAJOR   3
#define BLPAPI_VERSION_MINOR   12
#define BLPAPI_VERSION_PATCH   3
#define BLPAPI_VERSION_BUILD   1
#define BLPAPI_MAKE_VERSION (   MAJOR,
  MINOR,
  PATCH 
)
Value:
((MAJOR) * 65536 + \
                                                  (MINOR) * 256 + \
                                                  (PATCH))
#define BLPAPI_SDK_VERSION