ReactOS 0.4.16-dev-334-g4d9f67c
|
Public Member Functions | |
HRESULT | GetInterfaceSafetyOptions ([in] REFIID riid, [out] DWORD *pdwSupportedOptions, [out] DWORD *pdwEnabledOptions) |
HRESULT | SetInterfaceSafetyOptions ([in] REFIID riid, [in] DWORD dwOptionSetMask, [in] DWORD dwEnabledOptions) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 36 of file objsafe.idl.
HRESULT IObjectSafety::GetInterfaceSafetyOptions | ( | [in] REFIID | riid, |
[out] DWORD * | pdwSupportedOptions, | ||
[out] DWORD * | pdwEnabledOptions | ||
) |
Implemented in CShellDispatch.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::IObjectSafety::GetInterfaceSafetyOptions().
HRESULT IObjectSafety::SetInterfaceSafetyOptions | ( | [in] REFIID | riid, |
[in] DWORD | dwOptionSetMask, | ||
[in] DWORD | dwEnabledOptions | ||
) |
Implemented in CShellDispatch.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::IObjectSafety::SetInterfaceSafetyOptions().