NWDPText

Encapsulates various text forms (names or message strings) to be sent to the print service managers database


Structure

typedef struct  
{
nuint itemCount;
pnuint8 itemPtr;
} NWDPText, N_FAR *pNWDPText;


Header File

nwdp_att.h


Fields

itemCount

Specifies the number of bytes in the Unicode string.


itemPtr

Points to the NULL-terminated Unicode string in Intel (Little-Endian) format.


Remarks

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.