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.

62 lines
1.3 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 2.00.0102 */
  3. /* at Fri Mar 08 11:33:02 1996
  4. */
  5. //@@MIDL_FILE_HEADING( )
  6. #include "rpc.h"
  7. #include "rpcndr.h"
  8. #ifndef __mainrpc_h__
  9. #define __mainrpc_h__
  10. #ifdef __cplusplus
  11. extern "C"{
  12. #endif
  13. /* Forward Declarations */
  14. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  15. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  16. #ifndef __hello_INTERFACE_DEFINED__
  17. #define __hello_INTERFACE_DEFINED__
  18. /****************************************
  19. * Generated header for interface: hello
  20. * at Fri Mar 08 11:33:02 1996
  21. * using MIDL 2.00.0102
  22. ****************************************/
  23. /* [implicit_handle][version][uuid] */
  24. /* size is 4 */
  25. typedef unsigned long DWORD;
  26. /* size is 1 */
  27. typedef unsigned char UCHAR;
  28. /* size is 1 */
  29. boolean GenSignature(
  30. /* [size_is][in] */ UCHAR __RPC_FAR *InData,
  31. /* [out][in] */ DWORD __RPC_FAR *cbSignatureLen,
  32. /* [size_is][out] */ UCHAR __RPC_FAR *pbSignature);
  33. extern handle_t hello_IfHandle;
  34. extern RPC_IF_HANDLE hello_v1_0_c_ifspec;
  35. extern RPC_IF_HANDLE hello_v1_0_s_ifspec;
  36. #endif /* __hello_INTERFACE_DEFINED__ */
  37. /* Additional Prototypes for ALL interfaces */
  38. /* end of Additional Prototypes */
  39. #ifdef __cplusplus
  40. }
  41. #endif
  42. #endif