Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
640 B

  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. NVisible.h
  5. Abstract:
  6. This module declares a number of flag variables that are essentially private
  7. to various modules but which are exposed so that they can be initialized from
  8. the registry and/or modified by fsctls. This should not be in precomp.h.
  9. Revision History:
  10. --*/
  11. #ifndef _INVISIBLE_INCLUDED_
  12. #define _INVISIBLE_INCLUDED_
  13. extern ULONG MRxSmbNegotiateMask; //controls which protocols are not negotiated
  14. extern BOOLEAN MRxSmbDeferredOpensEnabled;
  15. extern BOOLEAN MRxSmbOplocksDisabled;
  16. #endif // _INVISIBLE_INCLUDED_
  17.