39 lines
456 B
C++
39 lines
456 B
C++
/*++
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
|
|
Module Name:
|
|
|
|
apiproc.hxx
|
|
|
|
Abstract:
|
|
|
|
This is the header file for the implementation of the RPC Server Manager
|
|
routines.
|
|
|
|
Author:
|
|
|
|
Gopal Parupudi <GopalP>
|
|
|
|
[Notes:]
|
|
|
|
optional-notes
|
|
|
|
Revision History:
|
|
|
|
GopalP 10/11/1997 Start.
|
|
|
|
--*/
|
|
|
|
#ifndef __APIPROC_HXX__
|
|
#define __APIPROC_HXX__
|
|
|
|
|
|
DWORD
|
|
MapLastError(
|
|
DWORD dwInGLE
|
|
);
|
|
|
|
|
|
#endif // __APIPROC_HXX__
|