blob: 4ca7012dd67b1b9a7d7a45ae71857f8ee12cc1d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
//+--------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is intended only as a supplement to Microsoft
// Development Tools and/or on-line documentation. See these other
// materials for detailed information regarding Microsoft code samples.
//
// THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
// WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
//
// Abstract:
// WDK print filter sample.
// This is the precompiled header file.
//
//----------------------------------------------------------------------------
#include <windows.h>
#include <common.ver>
#include <filterpipeline.h>
#include <strsafe.h>
#include "smartptr.hxx"
#include "trace.hxx"
_Analysis_mode_(_Analysis_code_type_user_driver_)
|