Help for this page

Select Code to Download


  1. or download this
    use Win32::API::Prototype;
    ApiLink( 'user32.dll', 'bool GetLastInputInfo( pvoid p )' )
    
  2. or download this
    use Win32::API;
    Win32::API::->Import('user32.dll', 'BOOL GetLastInputInfo(PVOID p)')