vxStream_ps.cpp
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* vxStream_ps.cpp generated by WIDL Version 2.2.1 on 06-Dec-01 at 11:53:44 AM */
  2. #define __WIDL_PROXY_STUB 0x0200
  3. #include "dcomProxy.h"
  4. #include "vxStream.h"
  5. #include <string.h>
  6. extern "C" int include_vxStream () {return 0;}
  7. NdrTypeDesc StructDesc__FILETIME(NDRTYPES&);
  8. NdrTypeDesc StructDesc__FILETIME(NDRTYPES&);
  9. NdrTypeDesc StructDesc__FILETIME(NDRTYPES&);
  10. NdrTypeDesc StructDesc__GUID(NDRTYPES&);
  11. NdrTypeDesc StructDesc_tagSTATSTG (NDRTYPES& ndrtypes)
  12.     {
  13.     NdrMemberInfo m [] =
  14.         {
  15.         NDR_MEMBER(tagSTATSTG, pwcsName, ndrtypes.pointer_t(ndrtypes.wstring_t ())),
  16.         NDR_MEMBER(tagSTATSTG, type, ndrtypes.ulong_t ()),
  17.         NDR_MEMBER(tagSTATSTG, cbSize, ndrtypes.uhyper_t ()),
  18.         NDR_MEMBER(tagSTATSTG, mtime, StructDesc__FILETIME (ndrtypes)),
  19.         NDR_MEMBER(tagSTATSTG, ctime, StructDesc__FILETIME (ndrtypes)),
  20.         NDR_MEMBER(tagSTATSTG, atime, StructDesc__FILETIME (ndrtypes)),
  21.         NDR_MEMBER(tagSTATSTG, grfMode, ndrtypes.ulong_t ()),
  22.         NDR_MEMBER(tagSTATSTG, grfLocksSupported, ndrtypes.ulong_t ()),
  23.         NDR_MEMBER(tagSTATSTG, clsid, StructDesc__GUID (ndrtypes)),
  24.         NDR_MEMBER(tagSTATSTG, grfStateBits, ndrtypes.ulong_t ()),
  25.         NDR_MEMBER(tagSTATSTG, reserved, ndrtypes.ulong_t ()),
  26.         };
  27.     return ndrtypes.struct_t (11, m);
  28.     }
  29. NdrTypeDesc StructDesc_tagSTATSTG(NDRTYPES&);