//+---------------------------------------------------------------------------- // // Copyright (C) 2000, Microsoft Corporation // // File: kLogMacros.c // // Contents: This file contains the functionality to generate WMI Logging Macros // // // History: March 12 2001, Authors: RohanP // //----------------------------------------------------------------------------- #include "ntifs.h" #include #define _NTDDK_ #include "stdarg.h" #include "wmikm.h" #include #include #include #include "dfswmi.h" #include "kLogMacros.h" #include "kLogMacros.tmh" PVOID pkUmrControl = NULL; void SetUmrControl(WPP_CB_TYPE * Control) { pkUmrControl = (PVOID)Control; }