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.
|
|
/********************************************************************
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
|