windows-nt/Source/XPSP1/NT/base/fs/rdr2/rdbss/smb.mrx/nvisible.h
2020-09-26 16:20:57 +08:00

29 lines
612 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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