L_EpnIsSupportLocked

#include "l_eprint.h"

L_BOOL EXT_FUNCTION L_EpnIsSupportLocked (uSupportType)

L_UINT32 uSupportType;

/* feature to check */

Indicates whether the ePrint support features are locked.

Parameter

Description

uSupportType

The support feature to check. Possible values are:

 

Value

Meaning

 

EPN_SUPPORT_GENERAL

[0] Support for Basic functionality.

 

EPN_SUPPORT_OEM

[1] Support for OEM functionality

 

EPN_SUPPORT_EVAL

[2] Support for Evaluation copy of the toolkit functionality.

Returns

TRUE

An ePrint feature is locked.

FALSE

An ePrint feature is available.

Comments

To unlock an ePrint feature, use the L_EpnUnlockSupport function.

Required DLLs and Libraries

LPKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to ePrint Files.

See Also

Functions:

L_EpnUnlockSupport

Topics:

ePrint: Miscellaneous

 

Unlocking ePrint Support

Example

For an example, refer to L_EpnInstallOEMPrinter.