IAPI::GetCurrentSessionUserInactivity

property GetCurrentSessionUserInactivity.

Retrieves time in seconds, related to the input inactivity for a current user session under Windows.

 

HRESULT GetCurrentSessionUserInactivity(
  long *pVal
);

Parameters

pVal

[out, retval] The returned value is the inactivity time in seconds

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

See Also

IAPI