Contains printer driver file information
typedef struct {
NWDPOSTypeEnum osType;
pnstr16 driverDirName16Ptr;
pnstr16 fileName16Ptr;
} NWDPResAddPrnDrvFile, N_FAR *pNWDPResAddPrnDrvFile;
nwdp_res.h
Specifies the operating system type:
Set to NULL if you are adding a driver index (.INF) file, or points to the Unicode string containing the characters "new" if any other driver file type is being added.
Points to a Unicode string containing a printer driver filename.
Used by the NWDPResAddResourceFile function.
The Unicode string pointed to by the driverDirName16Ptr field is returned in the NWDPResCallbackItem structure when the NWDPResListResource function is called.