VLScgAllowFeatureVersion

Syntax

int VLScgAllowFeatureVersion (VLScg_HANDLE iHandle, codeT *codeP);
Argument Description
iHandle

The instance handle for this library.

codeP

The pointer to the codeT struct.

Description

Sets the feature version number to be licensed.

NOTE   You cannot use the following characters, as these are reserved for internal usage:

>Space (ASCII value 32)

>! (ASCII value 33)

># (ASCII value 35)

>$ (ASCII value 36)

For guidelines regarding reserved characters and strings, refer to License Generation API Reference Guide.

Returns

The VLScgAllowXXX function tests whether the corresponding VLScgSetXXX should be called. If VLScgAllowXXX returns 1 then the corresponding VLScgSetXXX function can be called. Otherwise, it returns 0 as false.