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
chDBCS
Returns
There are no error returns.
Remarks
The FSD is responsible for verifying the string pointer and checking for segment boundaries.
Note: OS/2 does not validate input parameters. An FSD, therefore, should call FSH_PROBEBUF where appropriate.