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