ISettingsNamespace::GetSettingByPath method (wcmconfig.h)
Gets the setting object specified by a path.
Syntax
HRESULT GetSettingByPath(
[in] const WCHAR *Path,
[out] ISettingsItem **Setting
);
Parameters
[in] Path
The path of the object.
[out] Setting
A pointer to an ISettingsItem object that represents the retrieved object.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Indicates success. |
|
Indicates an attempt to get an item that does not exist. |
|
Indicates that the path is not formatted correctly. |
|
Indicates that the path contains an unrecognized XML escape sequence. |
|
Indicates that the path is incorrectly specified and references the wrong key for a list item. |
Requirements
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wcmconfig.h |
DLL | SMIEngine.dll |