JXFS methods return code constants

The following table describes the API return code constants defined for JXFS methods.
Table 1. JXFS return constants
Constant Description
JXFS_RC_SUCCESSFUL Operation completed successfully.
JXFS_E_CANCELLED Operation was canceled.

Refer to the corresponding API methods for additional return codes.

Note: The claim and release functions to get exclusive access to a Device work at the level of the J/XFS Device Control. Each instance of a JXFS Service is associated with a different J/XFS Device Control, so the claim and release methods only have an effect between different instances of JXFS Services, or between a JXFS Service instance and another application that manages another J/XFS Device Control.