EssOtlWriteOutlineEx

Writes the existing outline information to disk, specifying whether to save in UTF-8 encoding or in non-Unicode encoding..

Syntax

ESS_FUNC_M EssOtlWriteOutlineEx(hOutline, pObject, iOtlType);
ParameterData TypeDescription

hOutline

ESS_HOUTLINE_T

Outline context handle.

pObject

ESS_POBJDEF_T

Outline object to write.

iOtlType

 

Whether the outline is saved in Unicode mode or non-Unicode mode.

The valid values are:

  • ESS_OUTLINE_UTF8 0x0002—Encoded in UTF-8.

  • ESS_OUTLINE_NONUNICODE 0x0003—Not Unicode-encoded.

Notes

Return Value

Returns 0 if successful; otherwise one of the following:

Access

This function requires you to have the appropriate level of access to the specified application and/or database to contain the outline object. To write the outline object, you must have Application Designer or Database Designer privilege (ESS_PRIV_APPDESIGN or ESS_PRIV_DBDESIGN) for the specified application or database containing the outline.

See Also