getMessageTime
Function
- The ML function
getMessageTime corresponds to the C function GetMessageTime in the Windows SDK. It has the following type:
val getMessageTime : unit -> int
- The ML function returns
int in a manner corresponding to the Windows function, which returns LONG.