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.

59 lines
1.3 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 3.00.39 */
  3. /* at Thu Jun 27 14:12:43 1996
  4. */
  5. /* Compiler settings for .\hello2.idl:
  6. Oi (OptLev=i0), W1, Zp8, env=Win32, ms_ext, c_ext
  7. error checks: allocation ref
  8. */
  9. //@@MIDL_FILE_HEADING( )
  10. #include "rpc.h"
  11. #include "rpcndr.h"
  12. #ifndef __hello2_h__
  13. #define __hello2_h__
  14. #ifdef __cplusplus
  15. extern "C"{
  16. #endif
  17. /* Forward Declarations */
  18. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  19. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  20. #ifndef __hello2_INTERFACE_DEFINED__
  21. #define __hello2_INTERFACE_DEFINED__
  22. /****************************************
  23. * Generated header for interface: hello2
  24. * at Thu Jun 27 14:12:43 1996
  25. * using MIDL 3.00.39
  26. ****************************************/
  27. /* [implicit_handle][unique][version][uuid] */
  28. void HelloProc2(
  29. /* [string][in] */ unsigned char __RPC_FAR *pszString);
  30. void Shutdown2( void);
  31. extern handle_t hello2_IfHandle;
  32. extern RPC_IF_HANDLE hello2_v1_0_c_ifspec;
  33. extern RPC_IF_HANDLE hello2_v1_0_s_ifspec;
  34. #endif /* __hello2_INTERFACE_DEFINED__ */
  35. /* Additional Prototypes for ALL interfaces */
  36. /* end of Additional Prototypes */
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40. #endif