comautomation_ps.cpp

来自「the vxworks system kernel souce packeg.t」· C++ 代码 · 共 40 行

CPP
40
字号
/* 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);    }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?