OtherIFace.h
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:0k
源码类别:

DNA

开发平台:

Visual C++

  1. #ifndef __IOtherInterface_H__
  2. #define __IOtherInterface_H__
  3. #include "Unknwn.h"
  4. // {39C07942-BFCC-11d2-A100-00A0C9A6F472}
  5. extern "C" const GUID IID_OtherInterface;
  6. class IOtherInterface : public IUnknown 
  7. {
  8. public : 
  9. virtual HRESULT __stdcall OtherFunction( ) = 0 ;
  10. };
  11. #endif // __IOtherInterface_H__