Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
862 B

  1. //
  2. // status.h: Declares data, defines and struct types for twin property
  3. // module.
  4. //
  5. //
  6. #ifndef __STATUS_H__
  7. #define __STATUS_H__
  8. ///////////////////////////////////////////////////// INCLUDES
  9. ///////////////////////////////////////////////////// DEFINES
  10. ///////////////////////////////////////////////////// MACROS
  11. ///////////////////////////////////////////////////// TYPEDEFS
  12. typedef struct tagXSTAT
  13. {
  14. LPBRIEFCASESTG pbrfstg; // IBriefcaseStg instance
  15. CBS * pcbs;
  16. int atomPath;
  17. } XSTATSTRUCT, * LPXSTATSTRUCT;
  18. ///////////////////////////////////////////////////// EXPORTED DATA
  19. ///////////////////////////////////////////////////// PUBLIC PROTOTYPES
  20. BOOL _export CALLBACK Stat_WrapperProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  21. #endif // __STATUS_H__