You are reading help file online using chmlib.com
|
ISpProperties::GetPropertyNum retrieves a numeric value specified by the named key.
HRESULT GetPropertyNum(
const WCHAR *pName,
LONG *plValue
);
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
|