OtherIFace.h
资源名称:COM 原理与应用.rar [点击查看]
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:0k
源码类别:
DNA
开发平台:
Visual C++
- #ifndef __IOtherInterface_H__
- #define __IOtherInterface_H__
- #include "Unknwn.h"
- // {39C07942-BFCC-11d2-A100-00A0C9A6F472}
- extern "C" const GUID IID_OtherInterface;
- class IOtherInterface : public IUnknown
- {
- public :
- virtual HRESULT __stdcall OtherFunction( ) = 0 ;
- };
- #endif // __IOtherInterface_H__