typedef struct tag_EPNEXTRADCOPTIONS
{
L_UINT uStructSize;
L_UINT uReserved;
L_CHAR L_FAR * pszPassword;
} EPNEXTRADCOPTIONS, L_FAR * pEPNEXTRADCOPTIONS;
The EPNEXTRADCOPTIONS structure provides extra options needed to create the printer DC.
Member |
Description |
uStructSize |
Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value. |
uReserved |
Reserved for future use. Pass 0. |
pszPassword |
Character string that contains the OEM administration password. This string should be the same as the string supplied in the pszOEMPassword member of the EPNOEMPRINTERINFO structure, when the OEM printer was installed by calling the L_EpnInstallOEMPrinter function. |
Comments
This structure is used within the following functions: