Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_Type method retrieves the Type property of the ConfigurableItem object.
Syntax
HRESULT get_Type(
[out] BSTR *Type
);
Parameters
[out] Type
A pointer to a ___location in memory with the format of a configurable item listed in the Type 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 |