|
马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
我打開了一個檔案, 用
CATIIniInteractiveSession* p_InteractiveSession;
pSession->QueryInterface(IID_CATIIniInteractiveSession, (void**)&p_InteractiveSession);
CATIEditor* pEditor = NULL;
hr = p_InteractiveSession->Open(CATUnicodeString("C:\\p1.catpart"),CATTrue, &pEditor);
得到了CATIEditor's pointer, 我想儲存這個檔案為圖片檔, e.g. bitmap, 應該怎樣做呢?
謝謝 |
|