ITextInputPanelRunInfo::IsTipRunning method (peninputpanel.h)

Indicates if the Tablet PC Input Panel is running at the time the method is called.

Syntax

HRESULT IsTipRunning(
  [out] BOOL *pfRunning
);

Parameters

[out] pfRunning

TRUE if the Input Panel was running, otherwise FALSE.

Return value

This method can return one of these values.

Return code Description
S_OK
The pfRunning parameter has been set appropriately.
E_POINTER
The pfRunning parameter was NULL.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header peninputpanel.h
DLL Tiptsf.dll

See also

ITextInputPanelRunInfo Interface