2014年1月7日

MSXML读取XML中文

摘要: // QueryNodes.cpp : Defines the entry point for the console application.//#include #include #include // Macro that calls a COM method returning HRESULT value.#define CHK_HR(stmt) do { hr=(stmt); if (FAILED(hr)) goto CleanUp; } while(0)// Macro to verify memory allcation.#define CHK_ALLOC(p) ... 阅读全文

posted @ 2014-01-07 17:29 鸳都学童 阅读(824) 评论(0) 推荐(0)

导航