The rapi_version() call gets the RSVP version.

Syntax

#include <rsvprapi.h>

int rapi_version(void);

Return Values

The rapi_version() call returns the version of the RSVP API. The integer value is encoded as major*100 + minor. The major number of this release is 4.


[Back] [Next]