NWDPResDeletePrnDrvFile

Contains printer driver file information


Structure

typedef struct {  
NWDPOSTypeEnum osType;
pnstr16 driverDirName16Ptr;
pnstr16 fileName16Ptr;
} NWDPResDeletePrnDrvFile, N_FAR *pNWDPResDeletePrnDrvFile;


Header File

nwdp_res.h


Fields

osType

Specifies the operating system type:

0 NWDP_RES_OS_DOS
1 NWDP_RES_OS_WIN_31
2 NWDP_RES_OS_WIN_95
3 NWDP_RES_OS_WIN_NT
4 NWDP_RES_OS_OS_2
5 NWDP_RES_OS_MAC
6 NWDP_RES_OS_UNIX

driverDirName16Ptr

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.


fileName16Ptr

Points to a Unicode string containing the printer driver filename.


Remarks

Used by the NWDPResDeleteResourceFile function.