Contains a set of Unicode strings
typedef struct {
nint setCount;
pnstr16 setItem16Ptr;
} NWDPResUnicodeSet, N_FAR *pNWDPResUnicodeSet;
nwdp_res.h
Specifies the number of array elements (Unicode strings) in the setItem16Ptr field.
Points to array of pnstr16 pointers.
NWDPResUnicodeSet is used in the NWDPResListCallbackItem callback structure.