tibrv_IsIPM()
Function
Declaration
tibrv_bool tibrv_IsIPM(void);
Purpose
Test whether IPM is operating.
Remarks
You can use this call to determine whether an application program process has linked the IPM library. You can test that your program dynamically links the correct library. You can program different behavior depending on which library is linked.
TIBRV_TRUE indicates that the program links the IPM library (from the lib/ipm/ subdirectory).
TIBRV_FALSE indicates that the program links the standard Rendezvous library (from the lib/ directory).