IMsmMerge::get_Dependencies method (mergemod.h)
The get_Dependencies method retrieves the Dependencies property of the Merge object.
IMsmMerge2::get_Dependencies Mergemod.dll version 2.0 or later.
Syntax
HRESULT get_Dependencies(
IMsmDependencies **Dependencies
);
Parameters
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.
Return value
The get_Dependencies function returns the following values.
Value | Meaning |
---|---|
|
There was no database open. |
|
The Dependencies pointer is null. |
|
The system ran out of memory. |
|
Unable to verify dependencies due to internal error. |
|
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Mergemod.dll 1.0 or later |
Target Platform | Windows |
Header | mergemod.h |
DLL | Mergemod.dll |