PlatformValidatePMRegistry (Windows CE 5.0)
This function checks the consistency of the power management registry settings. It is called during during power manager initialization.
DWORD WINAPI PlatformValidatePMRegistry(void);
Parameters
None.
Return Values
This function returns ERROR_SUCCESS if the power management registry keys are read successfully. If the function does not return ERROR_SUCCESS, the operating system (OS) halts power manager initialization and returns an error code.
Remarks
If no registry settings are found, you can use this routine to set them up.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Pmimpl.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors