NWDPResUnicodeSet

Contains a set of Unicode strings


Structure

typedef struct {  
nint setCount;
pnstr16 setItem16Ptr;
} NWDPResUnicodeSet, N_FAR *pNWDPResUnicodeSet;


Header File

nwdp_res.h


Fields

setCount

Specifies the number of array elements (Unicode strings) in the setItem16Ptr field.


setItem16Ptr

Points to array of pnstr16 pointers.


Remarks

NWDPResUnicodeSet is used in the NWDPResListCallbackItem callback structure.