NWDPResGetPrnDefFile

Contains printer definition (.npd) file information


Structure

typedef struct {  
pnstr16 vendorDir16Ptr;
pnstr16 fileName16Ptr;
} NWDPResGetPrnDefFile, N_FAR *pNWDPResGetPrnDefFile;


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 NWDPResGetResourceFile function.