enum CATSysCAALMStatus {
success,
error,
notInitialized,
alreadyInitialized,
notRequested,
invalidPartner,
invalidProduct,
invalidICPath,
invalidHandle
}
Status code returned.
- Parameters:
-
- success
- The requested action has completed successfully.
- error
- Catch-all error code.
- notInitialized
- Initialize has not been called.
- alreadyInitialized
- The licensing subsystem is already initialized by way of Initialize
or another CATIA's function. CAALM might not function.
- invalidPartner
- The specified CAA2 partner name and key are not recognized.
- invavlidProduct
- The specified product is unknown or cannot be handled by the current
CAA2 partner.
- invalidICPath
- The specified directoty does not contain any product identity card.
- invalidHandle
- The specified Handle variable does not contain valid data.