Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
1.2 KiB

/*-----------------------------------------------------------------------------+
| FIXREG.H |
| |
| (C) Copyright Microsoft Corporation 1994. All rights reserved. |
| |
| Revision History |
| 10-Aug-1994 Lauriegr Created. |
| |
+-----------------------------------------------------------------------------*/
/* Call this with the hwnd that you want a WM_BADREG message posted to
It will check the registry. No news is good news.
It does the work on a separate thread, so this should return quickly.
*/
void BackgroundRegCheck(HWND hwnd);
/* Insert the good values into the regtistry
Call this if you get a WM_BADREG back from BackgroundRegCheck.
*/
BOOL SetRegValues(void);
/* Ignore the registry check
*/
BOOL IgnoreRegCheck(void);