home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / inetsdk.h < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  83 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:33:08 1999
  10.  */
  11. /* Compiler settings for inetsdk.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 __inetsdk_h__
  30. #define __inetsdk_h__
  31.  
  32. /* Forward Declarations */ 
  33.  
  34. /* header files for imported files */
  35. #include "comcat.h"
  36. #include "ocidl.h"
  37. #include "docobj.h"
  38. #include "hlink.h"
  39.  
  40. #ifdef __cplusplus
  41. extern "C"{
  42. #endif 
  43.  
  44. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  45. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  46.  
  47. /* interface __MIDL_itf_inetsdk_0000 */
  48. /* [local] */ 
  49.  
  50. //=--------------------------------------------------------------------------=
  51. // INetSDK.h
  52. //=--------------------------------------------------------------------------=
  53. // (C) Copyright 1995-1998 Microsoft Corporation.  All Rights Reserved.
  54. //
  55. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  56. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  57. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  58. // PARTICULAR PURPOSE.
  59. //=--------------------------------------------------------------------------=
  60.  
  61. #pragma comment(lib,"uuid.lib")
  62.  
  63. //--------------------------------------------------------------------------
  64. // ActiveX SDK Merged IDL.
  65.  
  66.  
  67.  
  68. extern RPC_IF_HANDLE __MIDL_itf_inetsdk_0000_v0_0_c_ifspec;
  69. extern RPC_IF_HANDLE __MIDL_itf_inetsdk_0000_v0_0_s_ifspec;
  70.  
  71. /* Additional Prototypes for ALL interfaces */
  72.  
  73. /* end of Additional Prototypes */
  74.  
  75. #ifdef __cplusplus
  76. }
  77. #endif
  78.  
  79. #endif
  80.  
  81.  
  82. #pragma option pop /*P_O_Pop*/
  83.