You are reading help file online using chmlib.com
|
ISpProperties::GetPropertyString retrieves the string value corresponding to the specified key name.
HRESULT GetPropertyString(
const WCHAR *pName,
WCHAR **ppCoMemValue
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
S_FALSE | SR engine does not support specified property name. |
E_INVALIDARG | One or more parameters are invalid. |
E_POINTER | Value pointer is invalid. |
FAILED(hr) | SR engine returned specific error. |
You are reading help file online using chmlib.com
|