windows-nt/Source/XPSP1/NT/multimedia/media/mplayer2/fixreg.h
2020-09-26 16:20:57 +08:00

25 lines
1.1 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*-----------------------------------------------------------------------------+
| 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);