mirror of https://github.com/tongzx/nt5src
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.
31 lines
551 B
31 lines
551 B
/********************************************************************
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
srrpcs.cpp
|
|
|
|
Abstract:
|
|
header file for rpc server functions - SRRPCS.LIB
|
|
|
|
Revision History:
|
|
|
|
Brijesh Krishnaswami (brijeshk) - 04/02/00
|
|
created
|
|
|
|
********************************************************************/
|
|
|
|
#ifndef _SRRPCS_H_
|
|
#define _SRRPCS_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
DWORD WINAPI RpcServerShutdown();
|
|
DWORD WINAPI RpcServerStart();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|