IViewObject::Unfreeze method
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 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IViewObject is defined as 0000010d-0000-0000-C000-000000000046 |
See also
Show: