BSA_ApiVersion
The BSA_ApiVersion structure describes the version of the API that is implemented. It is defined as follows:
typedef struct {
BSA_UInt16 issue;
BSA_UInt16 version;
BSA_UInt16 level;
} BSA_ApiVersion;The usage of the structure fields is defined as follows:
Table: BSA_ApiVersion Structure Fields
Field | Description |
|---|---|
issue | Issue number of the XBSA specification |
version | Version number of the XBSA specification |
level | NetBackup XBSA-defined version number |
The NetBackup XBSA interface is an implementation of the XBSA Technical Standard (document - C425); the values should be 1,1,0.