VARIANT ballons;
DrawingDoc->AutoBalloon2 ( Layout, IgnoreMultiple, &ballons)//原形函数
 
Output:
 (VARIANT) ballons Array of Dispatch pointers of the notes created我怎么取得返回值ballons中的IDispatch*数组?
IDispatch** pDispatch=new IDispatch*[100];
pDispatch=ballons.ppdispVal;
好像搞不定
不知道怎么用?