mirror of https://github.com/lianthony/NT4.0
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.
35 lines
579 B
35 lines
579 B
/*++
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
ReplName.h
|
|
|
|
Abstract:
|
|
|
|
Private header file which defines the replicator's interface name.
|
|
|
|
Author:
|
|
|
|
John Rogers (JohnRo) 16-Jan-1992
|
|
|
|
Revision History:
|
|
|
|
16-Jan-1992 JohnRo
|
|
Created the repl service RPC stuff from Rita's workstation RPC stuff.
|
|
16-Dec-1992 JohnRo
|
|
Made changes suggested by PC-LINT 5.0
|
|
Made this file include-able multiple times.
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _REPLNAME_
|
|
#define _REPLNAME_
|
|
|
|
|
|
#define REPLICATOR_INTERFACE_NAME (LPTSTR) TEXT("repl")
|
|
|
|
|
|
#endif // _REPLNAME_
|