Function Macro

NotifyCHECK_VERSION

Declaration [src]

#define NOTIFY_CHECK_VERSION (
  major,
  minor,
  micro
)

Description [src]

Check whether a version equal to or greater than major.minor.micro is present.

Parameters

major -
 

Required major version.

minor -
 

Required minor version.

micro -
 

Required micro version.