windows-nt/Source/XPSP1/NT/com/rpc/runtime/epmap/dbgsvr.hxx

20 lines
350 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __DBGSVR_HXX__
#define __DBGSVR_HXX__
// NOTE: This file is also included by .C files. Make sure it has no pure C++ constructs
START_C_EXTERN
RPC_STATUS RPC_ENTRY
DebugServerSecurityCallback (
IN RPC_IF_HANDLE InterfaceUuid,
IN void *Context
);
END_C_EXTERN
#endif