Encapsulates various text forms (names or message strings) to be sent to the print service managers database
typedef struct
{
nuint itemCount;
pnuint8 itemPtr;
} NWDPText, N_FAR *pNWDPText;
nwdp_att.h
Specifies the number of bytes in the Unicode string.
Points to the NULL-terminated Unicode string in Intel (Little-Endian) format.
Although itemPtr has type pnuint8, it is intended to point to a NULL-terminated Unicode string, so itemCount must include the NULL in the byte count.