C++
virtual void defaultHardwareAcceleratedDriver( ACHAR * pszPath, int nPathStrLen, ACHAR * pszDriver, int nDriverStrLen ) const = 0;
Description
This function retrieves the name and path of the default hardware accelerated driver.
Parameters
Parameters | Description |
---|---|
pszPath | Null-erminated string containing the path of the hardware accelerated driver |
nPathStrLen | Size of the buffer allocated for pszPath, in bytes |
pszDriver | Null-terminated string containing the name of the hardware accelerated driver |
nDriverStrLen | Size of the buffer allocated for pszDriver, in bytes |
Links
Previous Declaration
virtual void defaultHardwareAcceleratedDriver(
ACHAR * pszPath,
int nPathStrLen,
ACHAR * pszDriver,
int nDriverStrLen
) = 0;