windows-nt/Source/XPSP1/NT/net/snmp/newagent/inc/regthrd.h
2020-09-26 16:20:57 +08:00

42 lines
795 B
C

/*++
Copyright (c) 1992-1999 Microsoft Corporation
Module Name:
regthrd.h
Abstract:
Contains routines for thread listening to registry changes.
Environment:
User Mode - Win32
Revision History:
Rajat Goel -- 24 Feb 1999
- Creation
--*/
#ifndef _REGTHRD_H_
#define _REGTHRD_H_
///////////////////////////////////////////////////////////////////////////////
// //
// Public prototypes //
// //
///////////////////////////////////////////////////////////////////////////////
DWORD
WINAPI
ProcessRegistryMessage(
LPVOID lpParam
);
#endif // _REGTHRD_H_