You are reading help file online using chmlib.com
|
ISpSREngineSite::GetMaxAlternates passes back the maximum number of alternates that should be generated for the specified CFG rule.
HRESULT GetMaxAlternates(
SPRULEHANDLE hRule,
ULONG *pulNumAlts
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_POINTER | pulNumAlts is invalid or bad. |
| FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|