IsCPURegistered

The IsCPURegistered function checks to see if the product is allowed to be used on the specified CPU.

VARIANT_BOOL IsCPURegistered(
	GPREG_CPU_TYPE	cpuID   // The CPU ID to check
)

Parameters:

cpuID
	[in] The ID of the CPU to check. This value should be supplied from the 
GPREG_CPU_TYPE enum.

Return Values: