IViewObject::Unfreeze (Windows CE 5.0)
This method releases a previously frozen drawing.
HRESULT Unfreeze( DWORD dwFreeze);
Parameters
- dwFreeze
[in] Contains a key previously returned from IViewObject::Freeze that determines which view object to unfreeze.
Return Values
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
OS Versions: Windows CE 2.0 and later.
Header: Oleidl.h, Oleidl.idl.
Link Library: Oleaut32.lib, Uuid.lib.
See Also
IViewObject | Determining Supported COM APIs | IViewObject::Freeze
Send Feedback on this topic to the authors