IWTSProtocolConnection::GetLastInputTime method (wtsprotocol.h)

[IWTSProtocolConnection::GetLastInputTime is no longer available for use as of Windows Server 2012. Instead, use IWRdsProtocolConnection::GetLastInputTime.]

Returns the last time the protocol received input data.

Syntax

HRESULT GetLastInputTime(
  [out] ULONG64 *pLastInputTime
);

Parameters

[out] pLastInputTime

An integer that contains the elapsed time, in milliseconds.

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header wtsprotocol.h

See also

IWTSProtocolConnection