IMsmConfigurableItem::get_HelpLocation method (mergemod.h)
The get_HelpLocation method retrieves the HelpLocation property of the ConfigurableItem object.
Syntax
HRESULT get_HelpLocation(
[out] BSTR *HelpLocation
);
Parameters
[out] HelpLocation
A pointer to a location in memory with the help location of a configurable item listed in the HelpLocation column of the ModuleConfiguration table. The client must free the BSTR when it is no longer needed.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Invalid argument. |
|
The function succeeded. |
|
No module is open. |
|
Out of memory. |
|
The function failed. |
|
The function failed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Mergemod.dll 2.0 or later |
Target Platform | Windows |
Header | mergemod.h |
DLL | Mergemod.dll |