// printoem.h
BOOL OEMUpgradeRegistry(
DWORD dwLevel,
PBYTE pDriverUpgradeInfo,
PFN_DrvUpgradeRegistrySetting pfnUpgrade
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the OEMUpgradeRegistry function.
dwLevelDefines the DWORD parameter dwLevel.
pDriverUpgradeInfoDefines the PBYTE parameter pDriverUpgradeInfo.
pfnUpgradeDefines the PFN_DrvUpgradeRegistrySetting parameter pfnUpgrade.
Returns a BOOL value.