You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
651 B
24 lines
651 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) 2000, Microsoft Corporation
|
|
//
|
|
// File: DfsLogMacros.cxx
|
|
//
|
|
// Contents: This file contains the functionality to generate WMI Logging Macros
|
|
//
|
|
//
|
|
// History: Marc 12 2001, Authors: RohanP
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include <windows.h>
|
|
#include "dfswmi.h"
|
|
#include "securityLogMacros.hxx"
|
|
#include "securityLogMacros.tmh"
|
|
|
|
PVOID pSecurityControl = NULL;
|
|
|
|
void SetSecurityControl(WPP_CB_TYPE * Control)
|
|
{
|
|
pSecurityControl = (PVOID)Control;
|
|
}
|