?? 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 + -