<post_win_msg> Posts Windows message (the same as PostMessage Windows API call). (This command is intended for Windows programmers and experts.)
Command Tree: | System \ Post Windows Msg | ||||||||||||||||
. | |||||||||||||||||
Syntax: | <post_win_msg>(Win, Msg,
WParam, LParam)
|
||||||||||||||||
. | |||||||||||||||||
. | |||||||||||||||||
Example: | <#> This macro will
start playing in WinAmp (the same as clicking on the "Play" button). <#> <post_win_msg>(winamp, 273, 40045, 0) |