You are reading help file online using chmlib.com
|
SpCreatePhoneConverter creates a directly converted phone. Calls the helper function SpCreateBestObject with the category of SPCAT_PHONECONVERTERS.
Found in: sphelper.h
SpCreatePhoneConverter(
LANGID *langid,
const WCHAR *pszReqAttribs,
const WCHAR *pszOptAttribs,
ISpPhoneConverter ppPhoneConverter
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | langid equals zero. |
| FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|