Elevator.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* at Mon Mar 03 17:12:34 2008
  4. */
  5. /* Compiler settings for .\Elevator.idl:
  6. Oicf, W1, Zp8, env=Win32 (32b run)
  7. protocol : dce , ms_ext, c_ext, robust
  8. error checks: allocation ref bounds_check enum stub_data
  9. VC __declspec() decoration level:
  10. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11. DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING( )
  14. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  15. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  16. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  17. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  18. #endif
  19. #include "rpc.h"
  20. #include "rpcndr.h"
  21. #ifndef __RPCNDR_H_VERSION__
  22. #error this stub requires an updated version of <rpcndr.h>
  23. #endif // __RPCNDR_H_VERSION__
  24. #ifndef __Elevator_h__
  25. #define __Elevator_h__
  26. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  27. #pragma once
  28. #endif
  29. /* Forward Declarations */
  30. #ifndef __WFileTypeRegistrar_FWD_DEFINED__
  31. #define __WFileTypeRegistrar_FWD_DEFINED__
  32. #ifdef __cplusplus
  33. typedef class WFileTypeRegistrar WFileTypeRegistrar;
  34. #else
  35. typedef struct WFileTypeRegistrar WFileTypeRegistrar;
  36. #endif /* __cplusplus */
  37. #endif /* __WFileTypeRegistrar_FWD_DEFINED__ */
  38. /* header files for imported files */
  39. #include "oaidl.h"
  40. #include "ocidl.h"
  41. #include "IFileTypeRegistrar.h"
  42. #ifdef __cplusplus
  43. extern "C"{
  44. #endif
  45. void * __RPC_USER MIDL_user_allocate(size_t);
  46. void __RPC_USER MIDL_user_free( void * );
  47. #ifndef __ElevatorLib_LIBRARY_DEFINED__
  48. #define __ElevatorLib_LIBRARY_DEFINED__
  49. /* library ElevatorLib */
  50. /* [helpstring][version][uuid] */
  51. EXTERN_C const IID LIBID_ElevatorLib;
  52. EXTERN_C const CLSID CLSID_WFileTypeRegistrar;
  53. #ifdef __cplusplus
  54. class DECLSPEC_UUID("3B29AB5C-52CB-4a36-9314-E3FEE0BA7468")
  55. WFileTypeRegistrar;
  56. #endif
  57. #endif /* __ElevatorLib_LIBRARY_DEFINED__ */
  58. /* Additional Prototypes for ALL interfaces */
  59. /* end of Additional Prototypes */
  60. #ifdef __cplusplus
  61. }
  62. #endif
  63. #endif