This topic has not yet been rated - Rate this topic

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 codeDescription
OLE_E_NOCONNECTION

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

OleIdl.h

IDL

OleIdl.Idl

IID

IID_IViewObject is defined as 0000010d-0000-0000-C000-000000000046

See also

IViewObject
IViewObject::Freeze

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ