摘要: 1 #include "../Simple2/Simple2_i.h" 2 #include "../Simple2/Simple2_i.c" 3 4 int _tmain(int argc, _TCHAR* argv[]) 5 { 6 CoInitialize(NULL); 7 8 IUnknown *pUnk; 9 IFunc *pFunc;10 HRESULT hr;11 12 try13 {14 //============================================15 // g... 阅读全文
posted @ 2012-09-29 00:21 特洛伊人 阅读(387) 评论(0) 推荐(0) 编辑