C Examples: DbiGetDriverDesc

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiGetDriverDesc

Return to chapter overview

Obtain information about a certain driver.

DBIResult fDbiGetDriverDesc(pCHAR DrvName)

{

   DBIResult       rslt;

   DRVType        DrvDesc;

   rslt = Chk(DbiGetDriverDesc(DrvName, &DrvDesc));

   return rslt;

}