GetMessageTime.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/user32/message.c".

Debug channel "msg".