NWDPResAddPrnDefFile

Contains printer definition (.npd) file information


Structure

typedef struct {  
pnstr16 vendorDir16Ptr;
psntr16 fileName16Ptr;
} NWDPResAddPrnDefFile, N_FAR *pNWDPResAddPrnDefFile;


Header File

nwdp_res.h


Fields

vendorDir16Ptr

Points to a Unicode string containing the name of the vendor directory (for example, Novell) in the Resource Manager data storage area.


fileName16Ptr

Points to a Unicode string containing a printer definition filename (for example, HP04.NPD).


Remarks

Used by the NWDPResAddResourceFile function.