Win_DispatchMessage

<< Click to Display Table of Contents >>

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

Win_DispatchMessage

 

Description

 

Dispatches a message to a window procedure. It is typically used to dispatch a message retrieved by the Win_GetMessage function.

 

Syntax

 

n = Win_DispatchMessage(tagMSG)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

tagMSG

Variable

No

A pointer to an TAGMSG structure that contains the message

 

Remarks

 

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

 

Restrictions

 

See also

 

Examples