InetSDK.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 inetsdk.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 __inetsdk_h__
  20. #define __inetsdk_h__
  21. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  22. #pragma once
  23. #endif
  24. /* Forward Declarations */ 
  25. /* header files for imported files */
  26. #include "comcat.h"
  27. #include "ocidl.h"
  28. #include "docobj.h"
  29. #include "hlink.h"
  30. #ifdef __cplusplus
  31. extern "C"{
  32. #endif 
  33. void * __RPC_USER MIDL_user_allocate(size_t);
  34. void __RPC_USER MIDL_user_free( void * ); 
  35. /* interface __MIDL_itf_inetsdk_0000 */
  36. /* [local] */ 
  37. //=--------------------------------------------------------------------------=
  38. // INetSDK.h
  39. //=--------------------------------------------------------------------------=
  40. // (C) Copyright 1995-1998 Microsoft Corporation.  All Rights Reserved.
  41. //
  42. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  43. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  44. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  45. // PARTICULAR PURPOSE.
  46. //=--------------------------------------------------------------------------=
  47. #pragma comment(lib,"uuid.lib")
  48. //--------------------------------------------------------------------------
  49. // ActiveX SDK Merged IDL.
  50. extern RPC_IF_HANDLE __MIDL_itf_inetsdk_0000_v0_0_c_ifspec;
  51. extern RPC_IF_HANDLE __MIDL_itf_inetsdk_0000_v0_0_s_ifspec;
  52. /* Additional Prototypes for ALL interfaces */
  53. /* end of Additional Prototypes */
  54. #ifdef __cplusplus
  55. }
  56. #endif
  57. #endif