📄 comautomation_ps.cpp
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -