ZCallBck.h
上传用户:hzweiye
上传日期:2022-05-26
资源大小:4688k
文件大小:0k
源码类别:

压缩解压

开发平台:

Visual C++

  1. #ifndef ZCALLBCK_H
  2. #define ZCALLBCK_H
  3. #include "..StdAfx.h"
  4. #include <windows.h>
  5. #define MAX_FILES 4096
  6. #pragma pack (push)
  7. struct CZipCallbackData
  8. {
  9. DWORD m_hwndHandle;
  10. HWND m_pCaller;
  11. long int m_liVersion;
  12. BOOL m_bIsOperationZip;
  13. long int m_liActionCode;
  14. long int m_liErrorCode;
  15. long int m_liFileSize;
  16. char m_pszFileNameOrMsg[512];
  17. };
  18. #pragma pack (pop)
  19. typedef BOOL (__stdcall *ZFunctionPtrType) (CZipCallbackData*);
  20. #endif ZCALLBCK_H  //   ZCALLBCK_H