DTL_DRIVER_LIST

This function returns a pointer to a list of driver description structures. There are two ways to declare the driver structure:
  • PDTLDRIVER pDtlDrivers
  • DTLDRIVER DtlDrivers[DTL_MAX_DRIVERS]
DTL_RETVAL LIBMEM DTL_DRIVER_LIST(
pDtlDrivers, drivers, timeout
)
PDTLDRIVER
pDtlDrivers
;
/* pointer to destination buffer
unsigned long *
drivers
;
/* number of configured drivers
unsigned long
timeout
;
/* timeout value
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal