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.

42 lines
721 B

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1991-1999 Microsoft Corporation
  3. Module Name:
  4. lmuseflg.h
  5. Abstract:
  6. This file contains deletion force levels for deleting a connection.
  7. Environment:
  8. User Mode - Win32
  9. Notes:
  10. This file has no dependencies. It is included by lmwksta.h and
  11. lmuse.h.
  12. Revision History:
  13. --*/
  14. #ifndef _LMUSEFLG_
  15. #define _LMUSEFLG_
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif
  19. //
  20. // Definition for NetWkstaTransportDel and NetUseDel deletion force levels
  21. //
  22. #define USE_NOFORCE 0
  23. #define USE_FORCE 1
  24. #define USE_LOTS_OF_FORCE 2
  25. #endif // _LMUSEFLG_