GuiThumbnail.h 615 B

1234567891011121314151617181920212223
  1. #ifndef GUITHUMBNAIL_H_INCLUDED
  2. #define GUITHUMBNAIL_H_INCLUDED
  3. #include "../atpch.h"
  4. extern "C" {
  5. #define UNICODE 1
  6. #include "Everything.h"
  7. // int EVERYTHINGAPI Everything_GetResultFullPathNameA(int nIndex,LPSTR buf,int bufsize);
  8. // int EVERYTHINGAPI Everything_GetResultFullPathNameW(int nIndex,LPWSTR wbuf,int wbuf_size_in_wchars);
  9. }
  10. // 执行提取缩略图 主功能
  11. bool GuiThumbnail(const wchar_t* keyWord , const wchar_t* savePath);
  12. // 临时PNG显示文件
  13. bool Thumbnail_TempPng(const wchar_t* src_filename , const wchar_t* tmppng);
  14. #endif // GUITHUMBNAIL_H_INCLUDED