Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extends the ITablet Interface.
Members
The ITablet2 interface inherits from the IUnknown interface. ITablet2 also has these types of members:
Methods
The ITablet2 interface has these methods.
| Method | Description |
|---|---|
| GetDeviceKind | Returns the type of hardware device the tablet object represents such as mouse, pen or touch. |
Remarks
This interface was introduced in Windows Vista.
Developers should not use this interface.
The following code describes how the ITablet2 interface is defined.
[
object,
uuid(C247F616-BBEB-406A-AED3-F75E656599AE),
pointer_default(unique)
]
interface ITablet2 : IUnknown
{
HRESULT GetDeviceKind([out] TABLET_DEVICE_KIND *pKind);
HRESULT GetMatchingScreenRect([out] RECT *prcInput);
};
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
None supported |
| Library |
|