Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
ISpSREngineSite::GetMaxAlternates
ISpSREngineSite::GetMaxAlternates passes back the maximum number of alternates that should be generated for the specified CFG rule.
HRESULT GetMaxAlternates(
SPRULEHANDLE hRule,
ULONG *pulNumAlts
);
Parameters
- hRule
[in] The rule to check. - pulNumAlts
[out] The maximum number of alternates for the rule.
Return values
| Value |
| S_OK |
| E_POINTER |
| FAILED (hr) |