User32GetMessageTime Method
Retrieves the message time for the last message retrieved by the GetMessage function.
The time is a long integer that specifies the elapsed time, in milliseconds,
from the time the system was started to the time the message was created (that is, placed in the thread's message queue).
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll", ExactSpelling = true)]
public static int GetMessageTime()
<DllImportAttribute("User32.dll", ExactSpelling := true>]
Public Shared Function GetMessageTime As Integer
Dim returnValue As Integer
returnValue = User32.GetMessageTime()
public:
[DllImportAttribute(L"User32.dll", ExactSpelling = true)]
static int GetMessageTime()
[<DllImportAttribute("User32.dll", ExactSpelling = true)>]
static member GetMessageTime : unit -> int
No code example is currently available or this language may not be supported.
Return Value
Int32
The return value specifies the message time.