VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@MSGPARAMS
Syntax
@MSGPARAMS( <flags> )
Description
This function allows a script to respond to window messages. Using this function requires understanding of the Windows API and languages such as C or Pascal, and you will need the Windows API documentation.
When a message is received by the program main window, a MESSAGE event is generated. The @MSGPARAMS() function can be used to retrieve the values of the wParam and lParam parameters of the message.
The <flags> may be one or both of the letters W and L. They cause the wParam and lParam values to be returned, in the order specified, separated using the current field separator character.
OK
Not changed.