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.

19 lines
369 B

  1. #if _MSC_VER > 1000
  2. #pragma once
  3. #endif // _MSC_VER > 1000
  4. #ifndef __DBGSVR_HXX__
  5. #define __DBGSVR_HXX__
  6. // NOTE: This file is also included by .C files. Make sure it has no pure C++ constructs
  7. START_C_EXTERN
  8. RPC_STATUS RPC_ENTRY
  9. DebugServerSecurityCallback (
  10. IN RPC_IF_HANDLE InterfaceUuid,
  11. IN void *Context
  12. );
  13. END_C_EXTERN
  14. #endif