Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions examples/LexActivator.h
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,19 @@ LEXACTIVATOR_API int LA_CC GetActivationMeterAttributeUses(CSTRTYPE name, uint32
*/
LEXACTIVATOR_API int LA_CC GetServerSyncGracePeriodExpiryDate(uint32_t *expiryDate);

/*
FUNCTION: GetLastActivationError()

PURPOSE: Gets the error code that caused the activation data to be cleared.

PARAMETERS:
* errorPtr - pointer to the integer that receives the value.
A value of 0 indicates that no error has been recorded since last successful activation.

RETURN CODES: LA_OK, LA_E_PRODUCT_ID
*/
LEXACTIVATOR_API int LA_CC GetLastActivationError(uint32_t *errorPtr);

/*
FUNCTION: GetTrialActivationMetadata()

Expand Down