home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / msinc.pak / LMUSEFLG.H < prev    next >
C/C++ Source or Header  |  1997-07-23  |  845b  |  50 lines

  1. /*++ BUILD Version: 0001    // Increment this if a change has global effects
  2.  
  3. Module Name:
  4.  
  5.     lmuseflg.h
  6.  
  7. Abstract:
  8.  
  9.     This file contains deletion force levels for deleting a connection.
  10.  
  11. Author:
  12.  
  13.     Rita Wong (ritaw) 16-June-1991
  14.  
  15. Environment:
  16.  
  17.     User Mode - Win32
  18.  
  19. Notes:
  20.  
  21.     This file has no dependencies.  It is included by lmwksta.h and
  22.     lmuse.h.
  23.  
  24. Revision History:
  25.  
  26. --*/
  27.  
  28. /*
  29.  *      C/C++ Run Time Library - Version 6.5
  30.  *
  31.  *      Copyright (c) 1994 by Borland International
  32.  *      All Rights Reserved.
  33.  *
  34.  */
  35.  
  36. #ifndef _LMUSEFLG_
  37. #define _LMUSEFLG_
  38. #define __LMUSEFLG_H
  39.  
  40. //
  41. // Definition for NetWkstaTransportDel and NetUseDel deletion force levels
  42. //
  43.  
  44. #define USE_NOFORCE             0
  45. #define USE_FORCE               1
  46. #define USE_LOTS_OF_FORCE       2
  47.  
  48.  
  49. #endif // _LMUSEFLG_
  50.