windows-nt/Source/XPSP1/NT/net/snmp/newagent/inc/regthrd.h

42 lines
795 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*++
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_