IViewObject::Unfreeze (Compact 2013)
3/26/2014
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 Determine Supported COM APIs.
Requirements
Header |
Oleidl.h, |
Library |
oleaut32.lib, |