Year[out] A pointer to the int variable that receives the year of the expiration or 0 if no time limitation is used.Month[out] A pointer to the int variable that receives the month of the expiration or 0 if no time limitation is used.Day[out] A pointer to the int variable that receives the day of the expiration or 0 if no time limitation is used.HasTimeLimitation[out, retval] A pointer to the bool variable that receives the flag indicating whether a time limitation is used.