IViewObjectExImpl::Freeze

 

Freezes the drawn representation of a control so it won't change until an Unfreeze. The ATL implementation returns E_NOTIMPL.

Syntax

      STDMETHOD(Freeze)(
   DWORD /* dwAspect */,
   LONG /* lindex */,
   void* /* pvAspect */,
   DWORD* /* pdwFreeze */
);

Remarks

See IViewObject::Freeze in the Windows SDK.

Requirements

Header: atlctl.h

See Also

IViewObjectExImpl Class