windows-nt/Source/XPSP1/NT/shell/osshell/progman/notify.h
2020-09-26 16:20:57 +08:00

21 lines
621 B
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.

/****************************** Module Header ******************************\
* Module Name: notify.h
*
* Copyright (c) 1992, Microsoft Corporation
*
* Handles notification of key value changes in the registry that affect
* the Program Manager.
*
* History:
* 04-16-92 JohanneC Created.
\***************************************************************************/
//
// 2 watch events: common groups key & personal groups key
//
extern HANDLE gahEvents[2];
BOOL APIENTRY InitializeGroupKeyNotification();
VOID APIENTRY ResetProgramGroupsEvent(BOOL bCommonGroup);
VOID HandleGroupKeyChange(BOOL bPersonalGroup);