getRegKeyValue
getRegKeyValue(hConfigKey, oidStr, "OID", &oid, &oidLen);
getRegKeyValue(hConfigKey, oidStr, "Shared Library",
getRegKeyValue(hConfigKey, oidStr, "Kernel Module", &kernMod,
getRegKeyValue(hConfigKey, oidStr, "Options", &modOptions,
getRegKeyValue(hConfigKey, oidStr, "Type", &modType,
static void getRegKeyValue(HKEY key, const char *keyPath, const char *valueName, void **data, DWORD *dataLen);