C-DEngine 5.105

ICDEActivation..::..IsSKUActivated Method

Determines whether [is sku activated] [the specified sku].

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

Syntax


bool IsSKUActivated(
	uint sku
)
Function IsSKUActivated ( _
	sku As UInteger _
) As Boolean
bool^ IsSKUActivated(
	unsigned int^ sku
)

Parameters

sku
Type: UInt32
The sku.

Return Value

true if [is sku activated] [the specified sku]; otherwise, false.