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.