Share

AcGsConfig::setDriverPath

C++

virtual void setDriverPath(
    const ACHAR * pszPath
) = 0;

Description

This method sets the driver search path. This path is used to tell the GS where to search for additional components (such as Heidi drivers) that it might need for its proper functioning.

Parameters

Parameters Description
pszPath Input pointer to driver search path

Links

AcGsConfig

Was this information helpful?