IViewObject::Unfreeze method
Applies to: desktop apps only
Releases a drawing that was previously frozen using IViewObject::Freeze. The most common use of this method is for banded printing.
Syntax
HRESULT Unfreeze( [in] DWORD dwFreeze );
Parameters
- dwFreeze [in]
-
Contains a key previously returned from IViewObject::Freeze that determines which view object to unfreeze.
Return value
This method returns S_OK on success. Other possible return values include the following.
| Return code | Description |
|---|---|
|
Error in the unfreezing process or the object is currently not frozen. |
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
IID |
IID_IViewObject is defined as 0000010d-0000-0000-C000-000000000046 |
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012