Important: The information in this document is obsolete and should not be used for new development.
GetDCtlEntry
You can use theGetDCtlEntryfunction to obtain a handle to the device control entry of a device driver.
pascal DCtlHandle GetDCtlEntry (short refNum);
refNum- The reference number of the driver.
 DESCRIPTION
TheGetDCtlEntryfunction returns a handle to the device control entry of the device driver indicated by therefNumparameter.SEE ALSO
For a description of the device control entry structure see page 1-56.