Contains printer driver file information
typedef struct {
NWDPOSTypeEnum osType;
pnstr16 driverDirName16Ptr;
pnstr16 fileName16Ptr;
} NWDPResDeletePrnDrvFile, N_FAR *pNWDPResDeletePrnDrvFile;
nwdp_res.h
Specifies the operating system type:
Points to a Unicode string containing the name of the driver directory in the Resource Manager data storage area. This string is returned in the NWDPResCallBackItem structure when a call to the NWDPResListResource function is made with the NWDPResListTypeEnum set to NWDP_RES_LIST_PRN_DRV_FILES.
Points to a Unicode string containing the printer driver filename.
Used by the NWDPResDeleteResourceFile function.