摘要: #include <Windows.h> #include <iostream> #include <string> static BOOL CALLBACK enumchildWindowCallback(HWND hWnd, LPARAM lparam) { int length = GetWi 阅读全文
posted @ 2020-04-07 15:47 strive-sun 阅读(3656) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <windows.h> #include <tchar.h> int main(void) { WIN32_FIND_DATA File; HANDLE hSearch; TCHAR SourcePath 阅读全文
posted @ 2020-04-07 15:40 strive-sun 阅读(983) 评论(3) 推荐(0)