Initial Release 4.0

Function : Character Manipulation
NLS_get - Retrieves a character given a pointer to it, and also advances the pointer
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_get(
BYTE far * far *ppString,
WORD Len,
BYTE far *pCharacter,
NLS_PINFO pInfo);

Description :

Given a pointer to a character in a string, this function retrieves the character, advancing the pointer to the next character in the string.

Parameters :

See Also :

NLS_INFO
----------------------------------------------------------------------------------------------------------