C-DEngine 5.105

ICDEActivation..::..ReleaseLicense Method

Releases the license.

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

Syntax


bool ReleaseLicense(
	Guid pluginId,
	string deviceType
)
Function ReleaseLicense ( _
	pluginId As Guid, _
	deviceType As String _
) As Boolean
bool^ ReleaseLicense(
	Guid^ pluginId, 
	String^ deviceType
)

Parameters

pluginId
Type: Guid
The plugin identifier.
deviceType
Type: String
Type of the device.

Return Value

true if XXXX, false otherwise.