HlIface.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:2k
源码类别:

模拟服务器

开发平台:

C/C++

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