Please enable JavaScript to view this site.

ESL Documentation

Description:

Copies count characters from the specified buffer into an ESL string variable.

Routine:

EslSetStringValue(esl_string, buffer, count)

 

   PHSTRING esl_string; /* pointer to an ESL string

                        variable */

   PCHAR buffer;        /* pointer to buffer

                        containing initial contents */

   LONG count;        /* count of characters to

                        copy */

Returns:

HSTRING