7 lines
152 B
C
7 lines
152 B
C
|
#include "stdafx.h"
|
||
|
|
||
|
|
||
|
BOOL EventlogRegistryInstall(void);
|
||
|
void EventlogRegistryUnInstall(void);
|
||
|
void ReportIt(DWORD dwEventID, LPCTSTR szMetabasePath);
|