Share via


IWmsStationPresenter interface

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Displays frame buffers from an input device that is connected to the MultiPoint station.

Members

The IWmsStationPresenter interface inherits from the IUnknown interface. IWmsStationPresenter also has these types of members:

Methods

The IWmsStationPresenter interface has these methods.

Method Description
GetDimensions Retrieves the dimensions of a frame buffer from the input device, in pixels.
GetMousePresenter Retrieves an interface pointer to the mouse to use for the MultiPoint station.
OnError Called by MultiPoint Services when an IWmsStationPresenter method returns an error.
Present Displays an updated frame buffer from the input device.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
IDL
WmsStationPresenter.idl
IID
IID_IWmsStationPresenter is defined as 2e855d99-1ccb-4c17-afb0-bdc0033a383e

See also

IUnknown

MultiPoint Services Interfaces

IWmsStationPresenter2