IViewObject::Unfreeze
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 successfully, the return value is S_OK.
If an error occurred in the unfreezing process or the object is currently 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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.