IViewObject::Unfreeze
A version of this page is also available for
4/8/2010
This method releases a previously frozen drawing.
Syntax
HRESULT Unfreeze(
DWORD dwFreeze
);
Parameters
- dwFreeze
[in] Contains a key previously returned from IViewObject::Freeze that determines which view object to unfreeze.
Return Value
If the drawing was unfrozen, the return value is S_OK.
If an error occurred in the unfreezing process or the object is not frozen, the return value is OLE_E_NOCONNECTION.
Remarks
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
Header | Oleidl.h, oleidl.idl |
Library | oleaut32.lib, uuid.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
IViewObject
IViewObject::Freeze