Licenses
[C Reference]

Functions

XN_C_API XnStatus XN_C_DECL xnAddLicense (XnContext *pContext, const XnLicense *pLicense)
XN_C_API XnStatus XN_C_DECL xnEnumerateLicenses (XnContext *pContext, XnLicense **paLicenses, XnUInt32 *pnCount)
XN_C_API void XN_C_DECL xnFreeLicensesList (XnLicense *aLicenses)

Detailed Description

This page details functions for license management.


Function Documentation

XN_C_API XnStatus XN_C_DECL xnAddLicense ( XnContext pContext,
const XnLicense pLicense 
)

Adds a license to the context.

Parameters:
pContext [in] OpenNI context.
pLicense [in] A license key.
XN_C_API XnStatus XN_C_DECL xnEnumerateLicenses ( XnContext pContext,
XnLicense **  paLicenses,
XnUInt32 *  pnCount 
)

Enumerates all licenses currently registered. The list of licenses should later be freed by calling xnFreeLicensesList().

Parameters:
pContext [in] OpenNI context.
paLicenses [out] An array of license pointers.
pnCount [out] The number of licenses in the array.
XN_C_API void XN_C_DECL xnFreeLicensesList ( XnLicense aLicenses  ) 

Frees a list of licenses.

Parameters:
aLicenses [in] The list to free.
Generated on Thu Dec 20 21:49:20 2012 for OpenNI 1.5.4 by  doxygen 1.6.3