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.
38 lines
494 B
38 lines
494 B
/*++
|
|
|
|
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__
|