This method releases a previously frozen drawing.
At a Glance
Header file: | Oleidl.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT Unfreeze( DWORD dwFreeze );
Parameters
dwFreeze
[in] Contains a key previously returned from IViewObject::Freeze that determines which view object to unfreeze.
Return Values
One of the values described in the following table is returned.
Value | Description |
S_OK | The drawing was unfrozen successfully. |
OLE_E_NOCONNECTION | Error in the unfreezing process or the object is currently not frozen. |