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.
 
 
 
 
 
 

37 lines
892 B

//+-----------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (c) Microsoft Corporation 1992 - 1996
//
// File: rpcif.h
//
// Contents: RPC interface support functions
//
//
// History: 20-May-1996 Labeled MikeSw
//
//------------------------------------------------------------------------
#ifndef __RPCIF_H__
#define __RPCIF_H__
// #define USE_SECURE_RPC
#define MAX_CONCURRENT_CALLS 10
NTSTATUS StartRPC(LPTSTR, LPTSTR);
NTSTATUS StartAllProtSeqs(void);
NTSTATUS StopRPC(void);
NTSTATUS SetAuthData();
NTSTATUS RegisterKdcEps();
NTSTATUS UnRegisterKdcEps();
NTSTATUS RpcTransportNameRegister();
NTSTATUS RpcTransportNameDeRegister();
BOOLEAN RpcTransportCheckRegistrations();
LPSTR RpcString(LPSTR);
SECURITY_STATUS RPC_SECNTSTATUS(ULONG);
#endif