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