Important: The information in this document is obsolete and should not be used for new development.
GetDCtlEntry
You can use theGetDCtlEntry
function 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
TheGetDCtlEntry
function returns a handle to the device control entry of the device driver indicated by therefNum
parameter.SEE ALSO
For a description of the device control entry structure see page 1-56.