|
|
1.1 ! root 1: /*++ BUILD Version: 0001 // Increment this if a change has global effects ! 2: ! 3: Copyright (c) 1991-1993 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: Author: ! 14: ! 15: Rita Wong (ritaw) 16-June-1991 ! 16: ! 17: Environment: ! 18: ! 19: User Mode - Win32 ! 20: ! 21: Notes: ! 22: ! 23: This file has no dependencies. It is included by lmwksta.h and ! 24: lmuse.h. ! 25: ! 26: Revision History: ! 27: ! 28: --*/ ! 29: ! 30: #ifndef _LMUSEFLG_ ! 31: #define _LMUSEFLG_ ! 32: ! 33: // ! 34: // Definition for NetWkstaTransportDel and NetUseDel deletion force levels ! 35: // ! 36: ! 37: #define USE_NOFORCE 0 ! 38: #define USE_FORCE 1 ! 39: #define USE_LOTS_OF_FORCE 2 ! 40: ! 41: ! 42: #endif // _LMUSEFLG_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.