Returns the Implied Share setting of an outline.
Syntax
ESS_FUNC_M EssOtlGetImpliedShare(hOutline, &impliedShareSetting);
Parameter | Data Type | Description |
---|---|---|
hOutline | ESS_HOUTLINE_T | Outline context handle |
&impliedShareSetting | ESS_USHORT | Address of an implied share setting. |
Return Value
0—If successful
Error number—If unsuccessful
The implied share setting value. See Implied Share Setting (C).
ESS_USHORT impliedShareSetting
See Also