C++
virtual void driverPath( ACHAR * pszPath, int nStrLen ) const = 0;
Description
Use this method to retrieve the driver search path.
Parameters
Parameters | Description |
---|---|
pszPath | Output pointer to a char array to receive the driver path |
nStrLen | Input length of buffer |