GetMessageTime(3w)
NAME
GetMessageTime (USER.120)
SYNOPSIS
LONG GetMessageTime ( )
DESCRIPTION
GetMessageTime() returns the message time for the last message
retrieved by the function. The time is measured in milliseconds with
the same offset as GetTickCount(3w).
Since the tick count wraps, this is only useful for moderately short
relative time comparisons.
RETURNS
Time of last message on success, zero on failure.
IMPLEMENTATION
Defined in "user_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/message.c".
- Debug channel "msg".