file RFK.h

Various helpful functions and macros.

Go to the source code of this file.

Defines:

#defineRC_TEST (rc)
#defineRFKExp __declspec(dllimport)

Defines documentation

#define RC_TEST(rc)

Value:

{\
    RED_RC red_rc_test = (rc);\
    if( red_rc_test != RED_OK )\
    {\
      RFK::TutorialApplication::DisplayError( red_rc_test, __FILE__, __LINE__ );\
      return red_rc_test;\
    }\
  }
#define RFKExp __declspec(dllimport)