请教一个typedef的定义typedef const struct XAObjectItf_ * const * XAObjectItf请教下XAObjectItf表示什么? typedef struct [解决办法]
是不是指针的指针?和const struct XAObjectItf_ ** const有区别吗?