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.

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

Declared in "ntuser.h". https://source.winehq.org/source/include/ntuser.h

Implemented in "dlls/user32/message.c". https://source.winehq.org/source/dlls/user32/message.c

Debug channel "msg".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.