> Controlling
Your Application With The ClientProtector
Controlling Your Application With The ClientProtectorBefore reading this section, you should understand the basics of how to Link To The ClientProtector In Your Application. You can control your application with the ClientProtector component easily using the interface provided and interpreting the results of function calls by inspecting the value of the return_code parameter that is included in almost all function calls. Further control is provided by connecting to the ClientProtector events and responding (as necessary) during the processing of a ClientProtector call. To control your application you must perform the following mandatory steps:
You will need to know How To Get Information From ClientProtector About The License. During
your programs execution after the license initialization, you will need
to interact with the license through the ClientProtector. The ClientProtector
provides an rich interface giving you numerous functions to operate on
the license, from inputting an Activation Code to control some feature
of your license, to deactivating it in order to facilitate machine locked
license "moves". |