windows-nt/Source/XPSP1/NT/com/mobile/sens/conn/senssvc/apiproc.hxx
2020-09-26 16:20:57 +08:00

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__