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.

关于QMSS初始化的简单问题?



你好,我在看NDK的helloword例程时看到以下代码:

#if defined(DEVICE_K2H) || defined(DEVICE_K2K)
        result = Qmss_init (&qmssInitConfig, &qmssGblCfgParams);
#else
        result = Qmss_init (&qmssInitConfig, &qmssGblCfgParams[0]);

问题:&qmssGblCfgParams和&qmssGblCfgParams[0]这两种写法应该是一样的吧?谢谢!