IViewObject::Unfreeze
Releases a
previously frozen drawing. The most common use of this method is for banded
printing.
HRESULT Unfreeze(
DWORD dwFreeze |
//Contains
key that determines view object to unfreeze |
); |
|
Parameter
dwFreeze
[in] Contains
a key previously returned from IViewObject::Freeze
Return Values
S_OK
The drawing
was unfrozen successfully.
OLE_E_NOCONNECTION
Error in the
unfreezing process or the object is currently not frozen.
See Also