home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / lmuseflg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  802 b   |  45 lines

  1. /*++ BUILD Version: 0001    // Increment this if a change has global effects
  2.  
  3. Copyright (c) 1991-1999  Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     lmuseflg.h
  8.  
  9. Abstract:
  10.  
  11.     This file contains deletion force levels for deleting a connection.
  12.  
  13. Environment:
  14.  
  15.     User Mode - Win32
  16.  
  17. Notes:
  18.  
  19.     This file has no dependencies.  It is included by lmwksta.h and
  20.     lmuse.h.
  21.  
  22. Revision History:
  23.  
  24. --*/
  25.  
  26. #ifndef _LMUSEFLG_
  27. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  28. #define _LMUSEFLG_
  29.  
  30. #if _MSC_VER > 1000
  31. #pragma once
  32. #endif
  33.  
  34. //
  35. // Definition for NetWkstaTransportDel and NetUseDel deletion force levels
  36. //
  37.  
  38. #define USE_NOFORCE             0
  39. #define USE_FORCE               1
  40. #define USE_LOTS_OF_FORCE       2
  41.  
  42.  
  43. #pragma option pop /*P_O_Pop*/
  44. #endif // _LMUSEFLG_
  45.