windows-nt/Source/XPSP1/NT/net/rras/ndis/asyncmac/init.h

22 lines
594 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// This define gives the default Object directory
// that we should use to insert the symbolic links
// between the NT device name and namespace used by
// that object directory.
#define DEFAULT_DIRECTORY L"DosDevices"
//
// For the above directory, the AsyncMAC driver will
// use the following name as the suffix of the AsyncMAC
// driver for that directory. It will NOT append
// a number onto the end of the name.
#define DEFAULT_ASYNCMAC_NAME L"ASYNCMAC"
// define some globals
UNICODE_STRING ObjectDirectory;
UNICODE_STRING SymbolicLinkName;
BOOLEAN CreatedSymbolicLink=FALSE;