IObjectSafetyImpl

template <class T, DWORD dwSupportedSafety>

class IObjectSafetyImpl

Parameters

T

Your class, derived from IObjectSafetyImpl.

dwSupportedSafety

Specifies the supported safety options for the control. Can be one of the following values:

The IObjectSafety interface allows a client to retrieve and set an object's safety levels. For example, a web browser may call IObjectSafety::SetInterfaceSafetyOptions to make a control safe for initialization or safe for scripting.

Class IObjectSafetyImpl provides a default implementation of IObjectSafety and implements IUnknown by sending information to the dump device in debug builds.

Related Articles   ATL Tutorial, Creating an ATL Project

#include <atlctl.h>

Class Members

See Also   IObjectSafety in the ActiveX SDK