IRealTimeStylus::RemoveStylusAsyncPlugin method (rtscom.h)

Removes and optionally returns an IStylusAsyncPlugin with the specified index in the asynchronous plug-in collection.

Syntax

HRESULT RemoveStylusAsyncPlugin(
  [in]      ULONG              iIndex,
  [in, out] IStylusAsyncPlugin **ppiPlugin
);

Parameters

[in] iIndex

The index of the plug-in to be removed.

[in, out] ppiPlugin

A pointer to the plug-in to remove. If you are not interested in receiving the pointer to the removed plug-in, pass NULL for this parameter.

Return value

For a description of the return values, see RealTimeStylus Classes and Interfaces.

Requirements

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

See also

IRealTimeStylus

IRealTimeStylus::RemoveAllStylusAsyncPlugins Method

IRealTimeStylus::RemoveStylusSyncPlugin Method

IStylusAsyncPlugin

RealTimeStylus Class