Source code of Windows XP (NT5)
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.

34 lines
715 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. shutimp.h
  5. Abstract:
  6. This file allows us to include standard system header files in the
  7. shutinit.idl file. The shutinit.idl file imports a file called
  8. shutimp.idl. This allows the shutinit.idl file to use the types defined
  9. in these header files. It also causes the following line to be added
  10. in the MIDL generated header file:
  11. #include "shutimp.h"
  12. Thus these types are available to the RPC stub routines as well.
  13. Author:
  14. Dragos C. Sambotin (dragoss) 21-May-1999
  15. --*/
  16. #ifndef __SHUTIMP_H__
  17. #define __SHUTIMP_H__
  18. #include <windef.h>
  19. #define SHUTDOWN_INTERFACE_NAME L"InitShutdown"
  20. #endif //__SHUTIMP_H__