读取地址本内容
摘要:
// main.h #include #include #include #include typedef HRESULT (WINAPI *fWABOpen)(LPADRBOOK*,LPWABOBJECT*,LPWAB_PARAM,DWORD); int main(){ HRESULT hRes; LPADRBOOK lpAdrBook; LPWABOBJECT lpWABObject; L... 阅读全文
posted @ 2005-07-16 01:41 涛仔28 阅读(526) 评论(1) 推荐(0) 编辑