ISettings.h
资源名称:p2p_vod.rar [点击查看]
上传用户:liguizhu
上传日期:2015-11-01
资源大小:2422k
文件大小:0k
源码类别:
P2P编程
开发平台:
Visual C++
- #ifndef __ISETTINGS_H__
- #define __ISETTINGS_H__
- // {95A2AF27-7F85-43c5-930B-94B606382D3D}
- static const GUID IID_ISettings =
- { 0x95a2af27, 0x7f85, 0x43c5, { 0x93, 0xb, 0x94, 0xb6, 0x6, 0x38, 0x2d, 0x3d } };
- class ISettings : public IUnknown
- {
- public:
- STDMETHOD_(void, SetPopMsgHWND)(HWND pop) PURE;
- };
- #endif// __ISETTINGS_H__