Skip to content

Latest commit

 

History

History
139 lines (119 loc) · 3.25 KB

nf-mergemod-imsmmerge-get_dependencies.md

File metadata and controls

139 lines (119 loc) · 3.25 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:mergemod.IMsmMerge.get_Dependencies
IMsmMerge::get_Dependencies (mergemod.h)
The get_Dependencies method retrieves the Dependencies property of the Merge object.
IMsmMerge interface
get_Dependencies method
IMsmMerge.get_Dependencies
IMsmMerge::get_Dependencies
_msi_get_dependencies_function
get_Dependencies
get_Dependencies method
get_Dependencies method
IMsmMerge interface
mergemod/IMsmMerge::get_Dependencies
setup.imsmmerge_get_dependencies
setup\imsmmerge_get_dependencies.htm
setup
0e59ac31-647e-4dd2-8f56-993eb4c59ab2
12/05/2018
IMsmMerge interface,get_Dependencies method, IMsmMerge.get_Dependencies, IMsmMerge::get_Dependencies, _msi_get_dependencies_function, get_Dependencies, get_Dependencies method, get_Dependencies method,IMsmMerge interface, mergemod/IMsmMerge::get_Dependencies, setup.imsmmerge_get_dependencies
mergemod.h
Windows
Mergemod.dll 1.0 or later
Mergemod.dll
Windows
19H1
IMsmMerge::get_Dependencies
mergemod/IMsmMerge::get_Dependencies
c++
APIRef
kbSyntax
COM
Mergemod.dll
IMsmMerge.get_Dependencies

IMsmMerge::get_Dependencies

-description

The get_Dependencies method retrieves the Dependencies property of the Merge object.

IMsmMerge2::get_Dependencies    Mergemod.dll version 2.0 or later.

 
IMsmMerge::get_Dependencies      All Mergemod.dll versions.

-parameters

-param Dependencies

Pointer to a memory location to be filled with a pointer to a collection of unsatisfied dependencies for the current database. If there is an error, the memory location pointed to by Dependencies is set to null.

-returns

The get_Dependencies function returns the following values.

Value Meaning
E_FAIL
There was no database open.
E_INVALIDARG
The Dependencies pointer is null.
E_OUTOFMEMORY
The system ran out of memory.
E_UNEXPECTED
Unable to verify dependencies due to internal error.
S_OK
The function succeeded.

-remarks

A module does not need to be open to retrieve dependency information. The client is responsible for releasing the interface returned by this function.

-see-also

Merge Module Automation