vxstream_ps.cpp

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

CPP
42
字号
/* vxStream_ps.cpp generated by WIDL Version 2.2.1 on 06-Dec-01 at 11:53:44 AM */#define __WIDL_PROXY_STUB 0x0200#include "dcomProxy.h"#include "vxStream.h"#include <string.h>extern "C" int include_vxStream () {return 0;}NdrTypeDesc StructDesc__FILETIME(NDRTYPES&);NdrTypeDesc StructDesc__FILETIME(NDRTYPES&);NdrTypeDesc StructDesc__FILETIME(NDRTYPES&);NdrTypeDesc StructDesc__GUID(NDRTYPES&);NdrTypeDesc StructDesc_tagSTATSTG (NDRTYPES& ndrtypes)    {    NdrMemberInfo m [] =        {        NDR_MEMBER(tagSTATSTG, pwcsName, ndrtypes.pointer_t(ndrtypes.wstring_t ())),        NDR_MEMBER(tagSTATSTG, type, ndrtypes.ulong_t ()),        NDR_MEMBER(tagSTATSTG, cbSize, ndrtypes.uhyper_t ()),        NDR_MEMBER(tagSTATSTG, mtime, StructDesc__FILETIME (ndrtypes)),        NDR_MEMBER(tagSTATSTG, ctime, StructDesc__FILETIME (ndrtypes)),        NDR_MEMBER(tagSTATSTG, atime, StructDesc__FILETIME (ndrtypes)),        NDR_MEMBER(tagSTATSTG, grfMode, ndrtypes.ulong_t ()),        NDR_MEMBER(tagSTATSTG, grfLocksSupported, ndrtypes.ulong_t ()),        NDR_MEMBER(tagSTATSTG, clsid, StructDesc__GUID (ndrtypes)),        NDR_MEMBER(tagSTATSTG, grfStateBits, ndrtypes.ulong_t ()),        NDR_MEMBER(tagSTATSTG, reserved, ndrtypes.ulong_t ()),        };    return ndrtypes.struct_t (11, m);    }NdrTypeDesc StructDesc_tagSTATSTG(NDRTYPES&);

⌨️ 快捷键说明

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