I'm a vb.net programmer, so this may seem like a dumb question to a classic vb'er. But the function
GetLastInputInfo is completely empty, i.e.
Private Shared Function GetLastInputInfo(ByRef plii As LASTINPUTINFO) As Boolean
End Function
What is the purpose of an empty function?