IRDPSRAPIPerfCounterLogger::LogValue method (rdpencomapi.h)

Logs a value.

Syntax

HRESULT LogValue(
  [in] __int64 lValue
);

Parameters

[in] lValue

The value to log.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h
DLL RdpEncom.dll

See also

IRDPSRAPIPerfCounterLogger