comdll.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:
系统编程
开发平台:
Visual C++
- #ifndef _INC_COMDLL
- #define _INC_COMDLL
- #include <windows.h>
- // helper macros...
- #define _IOffset(class, itf) ((UINT_PTR)&(((class *)0)->itf))
- #define IToClass(class, itf, pitf) ((class *)(((LPSTR)pitf)-_IOffset(class, itf)))
- // standard DLL goo...
- extern HANDLE g_hinst;
- STDAPI_(void) DllAddRef();
- STDAPI_(void) DllRelease();
- #endif
English
