Skip to content

Latest commit

 

History

History
99 lines (68 loc) · 2.91 KB

nf-tom-itextdocument-unfreeze.md

File metadata and controls

99 lines (68 loc) · 2.91 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tom.ITextDocument.Unfreeze
ITextDocument::Unfreeze (tom.h)
Decrements the freeze count.
ITextDocument interface [Windows Controls]
Unfreeze method
ITextDocument.Unfreeze
ITextDocument::Unfreeze
Unfreeze
Unfreeze method [Windows Controls]
Unfreeze method [Windows Controls]
ITextDocument interface
_win32_ITextDocument_Unfreeze
_win32_ITextDocument_Unfreeze_cpp
controls.ITextDocument_Unfreeze
controls._win32_ITextDocument_Unfreeze
tom/ITextDocument::Unfreeze
controls\ITextDocument_Unfreeze.htm
Controls
VS|Controls|~\controls\richedit\textobjectmodel\textobjectmodelreference\textobjectmodelinterfaces\unfreeze.htm
12/05/2018
ITextDocument interface [Windows Controls],Unfreeze method, ITextDocument.Unfreeze, ITextDocument::Unfreeze, Unfreeze, Unfreeze method [Windows Controls], Unfreeze method [Windows Controls],ITextDocument interface, _win32_ITextDocument_Unfreeze, _win32_ITextDocument_Unfreeze_cpp, controls.ITextDocument_Unfreeze, controls._win32_ITextDocument_Unfreeze, tom/ITextDocument::Unfreeze
tom.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextDocument::Unfreeze
tom/ITextDocument::Unfreeze
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextDocument.Unfreeze

ITextDocument::Unfreeze

-description

Decrements the freeze count.

-parameters

-param pCount

Type: long*

The updated freeze count.

-returns

Type: HRESULT

If the freeze count is zero, the method returns S_OK. If the method fails, it returns S_FALSE, indicating that the freeze count is nonzero. For more information about COM error codes, see Error Handling in COM.

-remarks

If the freeze count goes to zero, screen updating is enabled. This method cannot decrement the count below zero, and no error occurs if it is executed with a zero freeze count.

Note, if edit collection is active, screen updating is suppressed, even if the freeze count is zero.

-see-also

BeginEditCollection

Conceptual

Freeze

ITextDocument

Reference

Text Object Model