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).

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: 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()

Return Value

Int32
The return value specifies the message time.

Remarks

See Also