Share

AcGsConfig::hardwareAcceleratedDriver

C++

virtual void hardwareAcceleratedDriver(
    ACHAR * pszPath, 
    int nPathStrLen, 
    ACHAR * pszDriver, 
    int nDriverStrLen
) const = 0;

Description

This function retrieves the name and path of the current hardware accelerated driver.

Parameters

Parameters Description
pszPath Null-terminated 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

AcGsConfig

Previous Declaration

virtual void hardwareAcceleratedDriver(

ACHAR * pszPath,

int nPathStrLen,

ACHAR * pszDriver,

int nDriverStrLen

) = 0;

Was this information helpful?