C-DEngine 5.105

ICDEActivation..::..ApplyActivationKey Method

Applies the activation key.

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


bool ApplyActivationKey(
	string key,
	Guid licenseId,
	out DateTimeOffset expirationDate
)
Function ApplyActivationKey ( _
	key As String, _
	licenseId As Guid, _
	<OutAttribute> ByRef expirationDate As DateTimeOffset _
) As Boolean
bool^ ApplyActivationKey(
	String^ key, 
	Guid^ licenseId, 
	[OutAttribute] DateTimeOffset^% expirationDate
)

Parameters

key
Type: String
The key.
licenseId
Type: Guid
The license identifier.
expirationDate
Type: DateTimeOffset%
The expiration date.

Return Value

true if XXXX, false otherwise.