EndIdleDetection function

[This function is not supported and may be altered or unavailable in the future. Instead, use the GetLastInputInfo function.]

Ends monitoring of inactivity.

Syntax

BOOL WINAPI EndIdleDetection(
   DWORD dwReserved
);

Parameters

dwReserved

This parameter must be set to zero.

Return value

Returns TRUE if the function succeeds; otherwise, it returns FALSE.

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions. This function is not exported by name; specify ordinal 4 when calling GetProcAddress.

Requirements

Requirement Value
DLL
Msidle.dll

See also

GetLastInputInfo