IMsmConfigurableItem::get_Attributes 方法 (mergemod.h)
get_Attributes 方法检索 ConfigurableItem 对象的 Attributes 属性。
语法
HRESULT get_Attributes(
[out] long *Attributes
);
parameters
[out] Attributes
指向内存中某个位置的指针,其格式为 ModuleConfiguration 表的 Attributes 列中列出的可配置项。
返回值
此方法可以返回其中一个值。
值 | 含义 |
---|---|
|
无效的参数。 |
|
函数成功。 |
|
未打开任何模块。 |
|
内存不足。 |
|
函数失败。 |
|
函数失败。 |
要求
最低受支持的客户端 | Mergemod.dll 2.0 或更高版本 |
目标平台 | Windows |
标头 | mergemod.h |
DLL | Mergemod.dll |