GetExpirationDate
API |
GetExpirationDate |
Function |
This method is used to retrieve the expiration date of engine. |
Function prototype
int
GetExpirationDate
(
int
*licYear,
int
*licMon,
int
*licDay,
void
** reserved
)
Arguments
Argument |
Description |
licYear |
Year portion of license time. |
licMon |
Month portion of license time. |
licDay |
Day portion of license time. |
reserved |
Reserved for future use. |
Return value
Value |
Description |
0 |
Information successfully retrieved. |
1 |
Information unavailable. |