objectsafetyimpl.h

来自「qt3.8开发的例子, 做linux下qt编程可以参考」· C头文件 代码 · 共 22 行

H
22
字号
#ifndef OBJECTSAFETYIMPL_H#define OBJECTSAFETYIMPL_H#include <qaxbindable.h>#include <objsafe.h>class ObjectSafetyImpl : public QAxAggregated, public IObjectSafety{public:    long queryInterface(const QUuid &iid, void **iface);    QAXAGG_IUNKNOWN    HRESULT WINAPI GetInterfaceSafetyOptions(REFIID riid,            DWORD *pdwSupportedOptions, DWORD *pdwEnabledOptions);    HRESULT WINAPI SetInterfaceSafetyOptions(REFIID riid,            DWORD pdwSupportedOptions, DWORD pdwEnabledOptions);};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?