You are reading help file online using chmlib.com
|
ISpPhraseAlt::GetAltInfo retrieves data elements associated with an alternate phrase.
HRESULT GetAltInfo(
ISpPhrase **ppParent,
ULONG *pulStartElementInParent,
ULONG *pcElementsInParent,
ULONG *pcElementsInAlt
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | At least one of the parameters is invalid or bad. |
SPERR_NOT_FOUND | The alternate is not associated with a valid parent phrase object. |
You are reading help file online using chmlib.com
|