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.

86 lines
2.3 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for hliface.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef __hliface_h__
  23. #define __hliface_h__
  24. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  25. #pragma once
  26. #endif
  27. /* Forward Declarations */
  28. #ifdef __cplusplus
  29. extern "C"{
  30. #endif
  31. void * __RPC_USER MIDL_user_allocate(size_t);
  32. void __RPC_USER MIDL_user_free( void * );
  33. /* interface __MIDL_itf_hliface_0000 */
  34. /* [local] */
  35. //=--------------------------------------------------------------------------=
  36. // HLIface.h
  37. //=--------------------------------------------------------------------------=
  38. // Copyright (c) Microsoft Corporation. All rights reserved.
  39. //
  40. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  41. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  42. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  43. // PARTICULAR PURPOSE.
  44. //=--------------------------------------------------------------------------=
  45. #pragma comment(lib,"uuid.lib")
  46. //--------------------------------------------------------------------------
  47. // OLE Hyperlinking Interfaces.
  48. #ifndef __hlink_h__
  49. #include "hlink.h"
  50. #endif // __hlink_h__
  51. extern RPC_IF_HANDLE __MIDL_itf_hliface_0000_v0_0_c_ifspec;
  52. extern RPC_IF_HANDLE __MIDL_itf_hliface_0000_v0_0_s_ifspec;
  53. /* Additional Prototypes for ALL interfaces */
  54. /* end of Additional Prototypes */
  55. #ifdef __cplusplus
  56. }
  57. #endif
  58. #endif