NWDPResListDefFiles

Contains information needed to obtain a list of printer definition files


Structure

typedef struct {  
pnstr16 vendorDir16Ptr;
pnstr16 printerType16Ptr;
pnstr16 printerMfr16Ptr;
pnstr16 infFileName16Ptr;
pNWDPOctetString printerIdPtr;
} NWDPResListDefFiles, N_FAR *pNWDPResListDefFiles;


Header File

nwdp_res.h


Fields

vendorDir16Ptr

Points to a Unicode string containing the name of the vendor directory in the Resource Manager data storage area.


printerType16Ptr

Points to a Unicode string containing the readable printer type.


printerMfr16Ptr

Points to a Unicode string containing the printer manufacturer name.


infFileName16Ptr

Points to a Unicode string containing the index (.INF) filename and path.


printerIdPtr

Points to a Unicode string containing the P1284 Device ID string from a printer.


Remarks

Input for this structure comes from data returned in the NWDPResCallbackItem structure after the NWDPResListResource function is called with a resListType parameter of NWDP_RES_LIST_PRN_DEF_TYPES.

The contents of this structure change based on the information available as follows:

Used by the NWDPResListResource function.