Win_TranslateMessage

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Windows API >

Win_TranslateMessage

 

Description

 

Translates virtual-key messages into character messages

 

Syntax

 

n = Win_TranslateMessage(tagMSG)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

tagMSG

Variable

No

A pointer to an TAGMSG structure that contains message information retrieved from the calling thread's message queue by using the Win_GetMessage

 

Remarks

 

For additional info, please refer to MS documentation at: http://msdn.microsoft.com/en-us/library/ms644955(VS.85).aspx

 

Restrictions

 

See also

 

Examples