Important: The information in this document is obsolete and should not be used for new development.
PrDrvrDCE
You can use thePrDrvrDCE
function to get a handle to the current printer driver's device control entry (DCE).
FUNCTION PrDrvrDCE: Handle;DESCRIPTION
ThePrDrvrDCE
function returns a handle to the current printer driver's DCE. A printer driver's DCE contains specific information about that printer driver. You can also get a handle to the driver's DCE by calling the Device Manager functionGetDCtlEntry
.SPECIAL CONSIDERATIONS
Apple strongly discourages you from using this routine.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for thePrDrvrDCE
function are
Trap macro Selector _PrGlue $94000000 SEE ALSO
For more information about DCEs and how the Device Manager uses them, see Inside Macintosh:Devices .