Re: Must I call function NKForceCleanBoot() in OEMInit()?

Tech-Archive recommends: Fix windows errors by optimizing your registry



NKForceCleanBoot() tells the operating system that the object store contents
are not valid. If you are doing a soft reboot, and you know that they are
valid, then don't call the function. If the RAM contents have not been
initialized then they could be in a state where the OS thinks the object
store is valid and attempts to use it. At that point you will crash.
--
Dean Ramsier - eMVP
BSQUARE Corporation


"LDW" <li.dewen@xxxxxxxxx> wrote in message
news:eXp7odVbHHA.348@xxxxxxxxxxxxxxxxxxxxxxx
Dear all:
Must I call function NKForceCleanBoot() in OEMInit()? If I did it, the
system can boot happily. but if I commented it, the system sometimes can't
boot well, But sometimes can.
That is why? and what will cause this problem? and I want to make a
SoftReset in system.
Thanks.



.