Description
Finds all of the available device drivers, and returns them in a semicolon delimited string.
Arguments
None.
Return Value
Pointer to a list of semicolon delimited devices which are accessible.
Comments
To access the individual members of the device name list the RwExtract() function can be used. Note that the list of returned devices only includes devices which can accessed by the executable; for example a stack based executable will only be able to access a stack based driver.
The searching for device driver DLLs locations is platform dependent. See the platform specific section for more details.
See Also