bcwx.cpp
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- #include "priv.h"
- #define ASSERTDATA
- /* Macro to compute a back pointer to a containing class given a
- pointer to a member, the member name, and the containing class type.
- This generates no code because it results in a constant offset.
- Note: this is taken from mso96 dll code. */
- #define BACK_POINTER(p, m, c)
- ((c *) (void *) (((char *) (void *) (p)) - (char *) (&((c *) 0)->m)))
- #ifdef DEBUG
- #define Debug(e) e
- #define DebugElse(s, t) s
- #else
- #define Debug(e)
- #define DebugElse(s, t) t
- #endif
- #include "bcw.cpp"
- IBindCtx * BCW_Create(IBindCtx* pibc)
- {
- return BCW::Create(pibc);
- }
English
