PlanetPress Capture Library
|
This object is used to access and query the Pen Store located on the remote License Server. More...
Public Member Functions | |
WordBool | Validate (const WideString SerialNumber, TPenFlags Flags) |
Validates a pen serial number and verifies that the pen is activated. | |
Public Attributes | |
IPen | ItemByID |
Returns the pen whose serial number is SerialNumber . | |
TCaptureStatus | ActivationStatus |
Activation status of the license server. |
This object is used to access and query the Pen Store located on the remote License Server.
In PP-Capture, inks from a pen cannot be used unless the pen's serial number is found in the Pen Store.
WordBool TPenStore::Validate | ( | const WideString | SerialNumber, |
TPenFlags | Flags | ||
) |
Validates a pen serial number and verifies that the pen is activated.
SerialNumber | ID of the Pen to validate. |
Flags | Reserved; use 0. |
TCaptureStatus TPenStore::ActivationStatus |
Activation status of the license server.
This can be:
csDemo
(0) csActivated
(1)A license server is considered activated if at least one pen is licensed.
IPen TPenStore::ItemByID |
Returns the pen whose serial number is SerialNumber
.
SerialNumber | Serial number of the Pen object to retrieve. |