wxhelper/src/hook_img.h
2023-02-06 11:21:13 +08:00

9 lines
180 B
C++

#ifndef HOOK_IMG_H_
#define HOOK_IMG_H_
#include "windows.h"
int HookImg(std::wstring save_path);
int UnHookImg();
int GetImgByName(wchar_t* file_path,wchar_t* save_dir);
#endif