Classes | Namespaces | Defines | Functions

blpapi_versioninfo.h File Reference

Provide BLPAPI SDK library version information. More...

Go to the source code of this file.

Classes

class  blpapi::VersionInfo

Namespaces

namespace  blpapi

Defines

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

Functions

BLPAPI_EXPORT void blpapi_getVersionInfo (int *majorVersion, int *minorVersion, int *patchVersion, int *buildVersion)

Detailed Description

Provide BLPAPI SDK library version information.


Define Documentation

#define BLPAPI_VERSION_MAJOR   3
#define BLPAPI_VERSION_MINOR   7
#define BLPAPI_VERSION_PATCH   9
#define BLPAPI_VERSION_BUILD   1
#define BLPAPI_MAKE_VERSION (   MAJOR,
  MINOR,
  PATCH 
)
Value:
((MAJOR) * 10000 + \
                                                  (MINOR) * 100 + \
                                                  (PATCH))
#define BLPAPI_SDK_VERSION

Function Documentation

BLPAPI_EXPORT void blpapi_getVersionInfo ( int *  majorVersion,
int *  minorVersion,
int *  patchVersion,
int *  buildVersion 
)

Initialize the 4 parameters with the current release version information which include the following version parts: Major, Minor, Patch, and Build.