Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 |
|
See also