StylusInfo structure (rtscom.h)

Provides information about the stylus.

Syntax

typedef struct StylusInfo {
  TABLET_CONTEXT_ID tcid;
  STYLUS_ID         cid;
  BOOL              bIsInvertedCursor;
} StylusInfo;

Members

tcid

Uniquely identifies the tablet.

cid

Uniquely identifies the stylus.

bIsInvertedCursor

TRUE if the stylus is upside down, otherwise FALSE.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header rtscom.h

See also

RealTimeStylus Class