|
<< Click to Display Table of Contents >> C Examples: DbiGetDriverDesc |
![]() ![]()
|
Obtain information about a certain driver.
DBIResult fDbiGetDriverDesc(pCHAR DrvName)
{
DBIResult rslt;
DRVType DrvDesc;
rslt = Chk(DbiGetDriverDesc(DrvName, &DrvDesc));
return rslt;
}