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.

42 lines
684 B

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