Creates a new generic product license.

Namespace:  Primeworks
Assembly:  Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54

Syntax

C#
protected static IntPtr ProdLicenseNew(
	string strProdID,
	string strProdName
)
Visual Basic (Declaration)
Protected Shared Function ProdLicenseNew ( _
	strProdID As String, _
	strProdName As String _
) As IntPtr
Visual C++
protected:
static IntPtr ProdLicenseNew(
	String^ strProdID, 
	String^ strProdName
)

Parameters

strProdID
Type: System..::.String
Product ID
strProdName
Type: System..::.String
Product name.

Return Value

Unmanaged license pointer.

See Also