Contains printer definition (.npd) file information
typedef struct {
pnstr16 vendorDir16Ptr;
psntr16 fileName16Ptr;
} NWDPResAddPrnDefFile, N_FAR *pNWDPResAddPrnDefFile;
nwdp_res.h
Points to a Unicode string containing the name of the vendor directory (for example, Novell) in the Resource Manager data storage area.
Points to a Unicode string containing a printer definition filename (for example, HP04.NPD).
Used by the NWDPResAddResourceFile function.