Purpose

This function provides the mechanism for storing a character into a string, taking into account DBCS considerations.

Calling Sequence

int far pascal FSH_STORECHAR(chDBCS, ppStr)

unsigned short chDBCS;
char far * far * ppStr;

Where