阅读:1438回复:1
TypeOf m_pElement Is IMapSurroundFrame 转 VCAO的帮助文档中有段 'Query interface on the element to determine whether is a MapSurroundFrame 这是VB的, 在VC中应该用什么函数,怎么判断m_pElement是IMapSurroundFrame类型呢? 谢哈 |
|
1楼#
发布于:2008-01-17 09:24
解决了,是if(IMapSurroundFramePtr(m_pElement) != NULL) 谢谢那位帮我解决问题的师兄 ![]() |
|