35 lines
465 B
C++
35 lines
465 B
C++
/*++
|
|
|
|
Copyright (c) 1995-1996 Microsoft Corporation
|
|
|
|
Module Name :
|
|
dlp.hxx
|
|
|
|
Abstract:
|
|
Defines worker functions for DLP
|
|
|
|
Author:
|
|
|
|
GeorgeRe
|
|
|
|
Environment:
|
|
Win32 User Mode
|
|
|
|
Project:
|
|
|
|
IIS DLP Application DLL
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _DLP_HXX_
|
|
#define _DLP_HXX_
|
|
|
|
#include <iisext.h>
|
|
#include <dbgutil.h>
|
|
#include <icecap.h>
|
|
|
|
#pragma hdrstop
|
|
#endif // _DLP_HXX_
|