L_IsSupportLocked
#include "l_bitmap.h"
L_LTKRN_API L_BOOL L_IsSupportLocked(uType)
L_UINT uType; |
/* optional feature to check */ |
Indicates whether support is locked for an optional feature, such as GIF file support or LEADTOOLS Document/Medical capabilities.
Parameter |
Description |
uType |
The optional feature to check. For a list of possible values, refer to the uType parameter of the L_UnlockSupport function. |
Returns
TRUE |
The optional feature is locked. |
FALSE |
The optional feature is available in your toolkit. |
Comments
For information about LEADTOOLS Document/Medical capabilities, contact LEAD.
To unlock a feature, use the L_UnlockSupport function.
Required DLLs and Libraries
LTKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Platforms
Windows 2000 / XP/Vista, Windows CE.
See Also
Functions: |
Example
For an example, refer to L_SetDisplayMode.