home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / lmuseflg.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  671b  |  39 lines

  1. /*++ BUILD Version: 0001    // Increment this if a change has global effects
  2.  
  3. Copyright 1991-1998 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. #define _LMUSEFLG_
  28.  
  29. //
  30. // Definition for NetWkstaTransportDel and NetUseDel deletion force levels
  31. //
  32.  
  33. #define USE_NOFORCE             0
  34. #define USE_FORCE               1
  35. #define USE_LOTS_OF_FORCE       2
  36.  
  37.  
  38. #endif // _LMUSEFLG_
  39.