Compartilhar via


IWmsStationPresenter2::GetMousePresenter method

[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.]

Retrieves an interface pointer to the mouse to use for the MultiPoint station. This method was inherited from the IWmsStationPresenter interface.

Syntax

HRESULT GetMousePresenter(
  [out] IWmsStationMousePresenter **ppMousePresenter
);

Parameters

ppMousePresenter [out]

On successful return, receives a pointer to the interface pointer that represents the mouse.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
IDL
WmsStationPresenter.idl
IID
IID_IWmsStationPresenter2 is defined as 5c03282a-b68f-476a-ace8-e0736a9d1260

See also

IWmsStationPresenter2

IWmsStationMousePresenter