ACTIVESWLib::ISPTabletEnum Interface Reference
Detailed Description
SignWare Dynamic Development toolkit, ActiveX wrapper for SPTabletEnumInterface ISPTabletEnum.Representation of tablet enumeration
The object SPTabletEnum enumerates tablets for either a specific tablet class or all tablet classes. You may use an enumeration object to create the specific tablet,
- See also:
- ISPTablet.CreateTabletByEnum.
- SPTabletWSignPad SignPad family
- SPTabletWintab most Wacom tablets (restriced to one device)
- SPTabletStepover Stepover tablets (restricted to one device)
- SPTabletTopaz Topaz tablets (restricted to one device)
- SPTabletWTablet TabletPC
- SPTabletRemoteTablet remote devices such as smart phones
- SPGenericTablet devices which are accessed via the generic tablet interface
Successive instances will update the device list to reflect the actual state (dynamically update the device list).
Some device drivers have long timeouts before they return with 'no device found'. It is thus recommended to create a SPTabletEnum object when the application starts. The object may be freed immediately, subsequent calls use static objects which are only deleted when calling ISPTablet.Reset or when exiting the applition.
Public Member Functions | |
HRESULT | CreateByClass ([in] BSTR bstrClassName,[out, retval] long *result) |
Create a tablet enum object. | |
HRESULT | GetDescriptor ([in] long lIndex,[out] ISPPropertyMap **ppDescriptor,[out, retval] long *result) |
Query the descriptor for a tablet in this enumeration. | |
HRESULT | GetNumberTablets ([out] long *plNumberTablets,[out, retval] long *result) |
Query the number of tablets in this enumeration. |
Member Function Documentation
|
Create a tablet enum object.
|
|
Query the descriptor for a tablet in this enumeration.
|
|
Query the number of tablets in this enumeration.
|
The documentation for this interface was generated from the following file: