/*++ Copyright (c) 1993 Microsoft Corporation Module Name: local.h Abstract: Main include file for RPLINST Author: Jon Newman (jonn) 12 - January - 1994 Revision History: --*/ #include // ntexapi.h\NtQuerySystemTime #include // RtlTimeToSecondsSince1970 #include #include // DWORD, IN, File APIs, etc. #include #include #include // vsprintf #include // isspace #include // NERR_RplBootStartFailed - used to be here // #include // NetApiBufferFree #include #include #include // STD_ALERT ALERT_OTHER_INFO #include #include #include #include #include // Lock data types, functions, and macros. #include // FORMAT_NET_THREAD_ID, NetpCurrentThread(). #include // PSHARE_INFO_2 #include // NetGroupGetInfo #include // NetConfigGet #include // NCB // // Global types and constants (used in all RPL server files). // #include // includes __JET500 flag #include #include // AddKey(), MapJetError(), FillTcpIpString() #include #include #include "rplmgrd.h" #include "nlstxt.h" #include #define RPLFILES_STRING L"RPLFILES" #define RPL_SERVICE_NAME L"RemoteBoot" #define RPL_REMARK L"RemoteBoot service share" #define RPL_BUGBUG_ERROR 10999 // need to get rid of these WCHAR RG_Directory[ PATHLEN+1]; // path to rpl service disk data DWORD RG_DirectoryLength; // length of the above path