Leaked source code of windows server 2003
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.

30 lines
748 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1996.
  5. //
  6. // File: async.hxx
  7. //
  8. // Contents: Async docfile header
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 27-Mar-96 PhilipLa Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #ifndef __ASYNC_HXX__
  18. #define __ASYNC_HXX__
  19. #define ISPENDINGERROR(x) ((x == E_PENDING) || (x == STG_E_PENDINGCONTROL))
  20. #define IID_IDefaultFillLockBytes IID_IDfReserved2
  21. #define IID_IAsyncFileLockBytes IID_IDfReserved3
  22. #define UNTERMINATED 0
  23. #define TERMINATED_NORMAL 1
  24. #define TERMINATED_ABNORMAL 2
  25. #endif // #ifndef __ASYNC_HXX__