Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetLastInputInfo" in [All]

user32

.

static extern bool GetLastInputInfo(ref LASTINPUTINFO plii);

.

Shared Function GetLastInputInfo(ByRef plii As LASTINPUTINFO) As Boolean

.

static bool GetLastInputInfo(LASTINPUTINFO* plii);

.

   extern int GetLastInputInfo(LastInputInfo& lpi);

.

        if ( GetLastInputInfo( ref lastInputInfo ) )

.

    If GetLastInputInfo(lastInputInf) Then

.

    if (GetLastInputInfo(&lastInputInfo))

.

     match GetLastInputInfo(&info) with

.

    if (GetLastInputInfo(&lastInputInfo)) {        

.
Documentation
[GetLastInputInfo] on MSDN

 
Access PInvoke.net directly from VS: