05 2019 档案

摘要:https://blog.csdn.net/yue_jijun/article/details/81192102 阅读全文
posted @ 2019-05-29 15:11 黑马网仔 阅读(179) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/CSDNMicrosoftCSDN/article/details/49507411 阅读全文
posted @ 2019-05-29 11:00 黑马网仔 阅读(242) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/viphl/article/details/79025633 阅读全文
posted @ 2019-05-24 16:09 黑马网仔 阅读(135) 评论(0) 推荐(0) 编辑
摘要:windows 安全模型简介 阅读全文
posted @ 2019-05-22 14:39 黑马网仔 阅读(290) 评论(0) 推荐(0) 编辑
摘要:1 void GetForegroundWindowProc(CString& szProcPath) 2 { 3 HWND hWnd = ::GetForegroundWindow(); 4 WCHAR winClass[128]; 5 WCHAR winTitle[128]; 6 //通过句柄获取窗口类名 7 ::GetClassName... 阅读全文
posted @ 2019-05-17 17:39 黑马网仔 阅读(1289) 评论(0) 推荐(0) 编辑
摘要:1 void getURL() 2 { 3 HWND hWnd, hWnd1, hWnd2, hWnd3, hWnd4; 4 WCHAR URL[1000] = { 0 }; 5 hWnd = FindWindow(L"IEFrame", NULL); 6 hWnd1 = FindWindowEx(hWnd, 0, L"WorkerW", NULL);... 阅读全文
posted @ 2019-05-17 14:11 黑马网仔 阅读(367) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/jiftle/p/8451336.html 阅读全文
posted @ 2019-05-13 10:16 黑马网仔 阅读(355) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示