Skip to content

Latest commit

 

History

History
104 lines (85 loc) · 2.94 KB

nf-objidlbase-isynchronizecontainer-addsynchronize.md

File metadata and controls

104 lines (85 loc) · 2.94 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:objidlbase.ISynchronizeContainer.AddSynchronize
ISynchronizeContainer::AddSynchronize (objidlbase.h)
The ISynchronizeContainer::AddSynchronize (objidlbase.h) method adds a synchronization object to the container.
AddSynchronize
AddSynchronize method [COM]
AddSynchronize method [COM]
ISynchronizeContainer interface
ISynchronizeContainer interface [COM]
AddSynchronize method
ISynchronizeContainer.AddSynchronize
ISynchronizeContainer::AddSynchronize
_com_isynchronizecontainer_addsynchronize
com.isynchronizecontainer_addsynchronize
objidlbase/ISynchronizeContainer::AddSynchronize
com\isynchronizecontainer_addsynchronize.htm
com
b2d48de3-848c-4cc9-bd96-fffbb2ca2ba3
08/15/2022
AddSynchronize, AddSynchronize method [COM], AddSynchronize method [COM],ISynchronizeContainer interface, ISynchronizeContainer interface [COM],AddSynchronize method, ISynchronizeContainer.AddSynchronize, ISynchronizeContainer::AddSynchronize, _com_isynchronizecontainer_addsynchronize, com.isynchronizecontainer_addsynchronize, objidlbase/ISynchronizeContainer::AddSynchronize
objidlbase.h
ObjIdl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ObjIdl.idl
Windows
19H1
ISynchronizeContainer::AddSynchronize
objidlbase/ISynchronizeContainer::AddSynchronize
c++
APIRef
kbSyntax
COM
objidlbase.h
ISynchronizeContainer.AddSynchronize

ISynchronizeContainer::AddSynchronize

-description

Adds a synchronization object to the container.

-parameters

-param pSync [in]

A pointer to the synchronization object to be added to the container. See ISynchronize.

-returns

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, and E_FAIL, as well as the following values.

Return code Description
S_OK
The method completed successfully.
RPC_E_OUT_OF_RESOURCES
The synchronization object container is full.

-remarks

A synchronization container can hold pointers to as many as 63 synchronization objects.

-see-also

ISynchronize

ISynchronizeContainer