This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于PPS软件生成的接口段代码含义



我用PPS编译生成了一个.h文件,文件里头的接口段代码如下:

static control VOLUME_controls[] = {
{44,28,0,0}
};

static string VOLUME_control_names[] = {
"Volume_1"
};

我想问的是{44,28,0,0}这四个数字分别代表什么意思啊?还请大家指教,不胜感激~!