comAutomation_ps.cpp
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
- /* comAutomation_ps.cpp generated by WIDL Version 2.2.1 on 06-Dec-01 at 11:53:39 AM */
- #define __WIDL_PROXY_STUB 0x0200
- #include "dcomProxy.h"
- #include "comAutomation.h"
- #include <string.h>
- extern "C" int include_comAutomation () {return 0;}
- NdrTypeDesc StructDesc_tagSAFEARRAYBOUND (NDRTYPES& ndrtypes)
- {
- NdrMemberInfo m [] =
- {
- NDR_MEMBER(tagSAFEARRAYBOUND, cElements, ndrtypes.ulong_t ()),
- NDR_MEMBER(tagSAFEARRAYBOUND, lLbound, ndrtypes.long_t ()),
- };
- return ndrtypes.struct_t (2, m);
- }
- NdrTypeDesc StructDesc_tagSAFEARRAYBOUND(NDRTYPES&);
- NdrTypeDesc StructDesc_tagSAFEARRAY (NDRTYPES& ndrtypes)
- {
- NdrMemberInfo m [] =
- {
- NDR_MEMBER(tagSAFEARRAY, cDims, ndrtypes.ushort_t ()),
- NDR_MEMBER(tagSAFEARRAY, fFeatures, ndrtypes.ushort_t ()),
- NDR_MEMBER(tagSAFEARRAY, cbElements, ndrtypes.ulong_t ()),
- NDR_MEMBER(tagSAFEARRAY, cLocks, ndrtypes.ulong_t ()),
- NDR_MEMBER(tagSAFEARRAY, pvData, ndrtypes.pointer_t(ndrtypes.byte_t ())),
- NDR_MEMBERX(tagSAFEARRAY, rgsabound, ndrtypes.array_t(StructDesc_tagSAFEARRAYBOUND (ndrtypes), NDR_SIZEOF(SAFEARRAYBOUND)), 0),
- };
- return ndrtypes.cstruct_t (6, m, 0);
- }