如何在 Qt ActiveX 中使用 SAFEARRAY **
How work with SAFEARRAY ** in Qt ActiveX
如何在 Qt ActiveX 中使用 SAFEARRAY **
? Qt 中的类型 SAFEARRAY **
是什么类型?
根据documentation,SAFEARRAY
表示如下:
SAFEARRAY(VARIANT)
-> QList<QVariant>
SAFEARRAY(int), SAFEARRAY(double), SAFEARRAY(Date)
-> QList<QVariant>
SAFEARRAY(BYTE)
-> QByteArray
SAFEARRAY(BSTR)
-> QStringList
如何在 Qt ActiveX 中使用 SAFEARRAY **
? Qt 中的类型 SAFEARRAY **
是什么类型?
根据documentation,SAFEARRAY
表示如下:
SAFEARRAY(VARIANT)
->QList<QVariant>
SAFEARRAY(int), SAFEARRAY(double), SAFEARRAY(Date)
->QList<QVariant>
SAFEARRAY(BYTE)
->QByteArray
SAFEARRAY(BSTR)
->QStringList