Description:  | 
Allocates and initializes an ESL string variable.  | 
Routine:  | 
EslCreateString(string_length, characters) 
 LONG string_length; /* length of string (excluding null terminator) */ PCHAR characters; /* pointer to buffer containing initial contents */  | 
Returns:  | 
An ESL string variable that was allocated and initialized (HSTRING); NULL if the allocation fails.  |