PREfast Warning 382 (Windows CE 5.0)
382 - Shutdown resource ID <variable> used.
This warning indicates that a resource ID has been used for a shutdown message. The resource ID contains the string 'reboot' or 'restartwindows.'
Example
Defective Source
PCWSTR pszText = SzLoadString(_Module.GetResourceInstance(),
IDS_REBOOT_REQUIRED);
Send Feedback on this topic to the authors