LMUseFlg.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  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_