home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / hliface.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  2.2 KB  |  80 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2.  
  3. #pragma warning( disable: 4049 )  /* more than 64k source lines */
  4.  
  5. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  6.  
  7.  
  8.  /* File created by MIDL compiler version 5.03.0279 */
  9. /* at Fri Jul 30 19:32:48 1999
  10.  */
  11. /* Compiler settings for hliface.idl:
  12.     Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
  13.     error checks: allocation ref bounds_check enum stub_data 
  14.     VC __declspec() decoration level: 
  15.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  16.          DECLSPEC_UUID(), MIDL_INTERFACE()
  17. */
  18. //@@MIDL_FILE_HEADING(  )
  19.  
  20.  
  21. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  22. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  23. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  24. #endif
  25.  
  26. #include "rpc.h"
  27. #include "rpcndr.h"
  28.  
  29. #ifndef __hliface_h__
  30. #define __hliface_h__
  31.  
  32. /* Forward Declarations */ 
  33.  
  34. #ifdef __cplusplus
  35. extern "C"{
  36. #endif 
  37.  
  38. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  39. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  40.  
  41. /* interface __MIDL_itf_hliface_0000 */
  42. /* [local] */ 
  43.  
  44. //=--------------------------------------------------------------------------=
  45. // HLIface.h
  46. //=--------------------------------------------------------------------------=
  47. // (C) Copyright 1995-1998 Microsoft Corporation.  All Rights Reserved.
  48. //
  49. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  50. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  51. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  52. // PARTICULAR PURPOSE.
  53. //=--------------------------------------------------------------------------=
  54.  
  55. #pragma comment(lib,"uuid.lib")
  56.  
  57. //--------------------------------------------------------------------------
  58. // OLE Hyperlinking Interfaces.
  59.  
  60. #ifndef __hlink_h__                                                        
  61. #include "hlink.h"                                                        
  62. #endif // __hlink_h__                                                        
  63.  
  64.  
  65. extern RPC_IF_HANDLE __MIDL_itf_hliface_0000_v0_0_c_ifspec;
  66. extern RPC_IF_HANDLE __MIDL_itf_hliface_0000_v0_0_s_ifspec;
  67.  
  68. /* Additional Prototypes for ALL interfaces */
  69.  
  70. /* end of Additional Prototypes */
  71.  
  72. #ifdef __cplusplus
  73. }
  74. #endif
  75.  
  76. #endif
  77.  
  78.  
  79. #pragma option pop /*P_O_Pop*/
  80.