12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
-
- #pragma warning( disable: 4049 )
- #ifndef __REQUIRED_RPCNDR_H_VERSION__
- #define __REQUIRED_RPCNDR_H_VERSION__ 475
- #endif
- #include "rpc.h"
- #include "rpcndr.h"
- #ifndef __RPCNDR_H_VERSION__
- #error this stub requires an updated version of <rpcndr.h>
- #endif
- #ifndef __Elevator_h__
- #define __Elevator_h__
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
- #endif
-
- #ifndef __WFileTypeRegistrar_FWD_DEFINED__
- #define __WFileTypeRegistrar_FWD_DEFINED__
- #ifdef __cplusplus
- typedef class WFileTypeRegistrar WFileTypeRegistrar;
- #else
- typedef struct WFileTypeRegistrar WFileTypeRegistrar;
- #endif
- #endif
- #include "oaidl.h"
- #include "ocidl.h"
- #include "IFileTypeRegistrar.h"
- #ifdef __cplusplus
- extern "C"{
- #endif
- void * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void * );
- #ifndef __ElevatorLib_LIBRARY_DEFINED__
- #define __ElevatorLib_LIBRARY_DEFINED__
-
- EXTERN_C const IID LIBID_ElevatorLib;
- EXTERN_C const CLSID CLSID_WFileTypeRegistrar;
- #ifdef __cplusplus
- class DECLSPEC_UUID("3B29AB5C-52CB-4a36-9314-E3FEE0BA7468")
- WFileTypeRegistrar;
- #endif
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
|