NWDPPrtConfigObjectId

Contains the identification of a Job or Document configuration object


Structure

typedef struct {  
NWDPText printerName;
NWDPQualifiedName qualifiedName;
} NWDPPrtConfigObjectId, N_FAR *pNWDPPrtConfigObjectId;


Header File

nwdp_att.h


Fields

printerName

Specifies the name of the printer agent.


qualifiedName

Specifies the printer object associated with the printer agent.


Remarks

The NWDPPrtConfigObjectId structure contains the identifier for one of the following classes:

Doc_Defaults
Doc_Limits
Job_Defaults
Job_Limits

When qualifiedName contains the name of the associated NDPS printer object, the default or limits object is associated with the referenced NDPS printer object, which in turn is associated with the printer agent. If qualifiedName is empty, the object instance is associated with the printer agent (see Defaults and Limits Classes for more information).