NWDPResGetPrnDrvFile

Contains a file and a directory destination for driver downloads


Structure

typedef struct {  
NWDPOSTypeEnum osType;
pnstr16 driverDirName16Ptr;
pnstr16 fileName16Ptr;
} NWDPResGetPrnDrvFile, N_FAR *pNWDPResGetPrnDrvFile;


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 NWDPResListCallBackItem structure when a call is made to the NWDPResListResource function is made with the NWDPResListTypeEnum set to NWDP_RES_LIST_PRN_DRV_FILES.


fileName16Ptr

Points to a Unicode string containing a printer driver filename.


Remarks

Used by the NWDPResGetResourceFile function.