Searched defs:DriverInfo (Results 1 – 1 of 1) sorted by relevance
37 struct DriverInfo { struct38 int mVersionMajor;39 int mVersionMinor;41 size_t exportedVariableCount;42 size_t exportedFunctionCount;43 size_t exportedPragmaCount;44 char const **exportedPragmaKeyList;45 char const **exportedPragmaValueList;47 int (* root)();48 bool isThreadable;