WDK Mini Filter Example: Pch.h Source File - EaseFilter

EaseFilterYour Filter Driver Solution
  • Home Page
  • Solutions
  • Download
  • Order
  • Blog
  • Company
WDK Mini Filter Example
  • WinDDK
  • Example
  • miniFilter
  • cdo
cdo/pch.h Go to the documentation of this file. 1 /*++ 2  3 Copyright (c) 1999 - 2002 Microsoft Corporation 4  5 Module Name: 6  7  pch.h 8  9 Abstract: 10  11  This module includes all the headers which need to be 12  precompiled & are included by all the source files in this 13  project 14  15  16 Environment: 17  18  Kernel mode 19  20  21 --*/ 22  23 #ifndef __CDO_PCH_H__ 24 #define __CDO_PCH_H__ 25  26 // 27 // Enabled warnings 28 // 29  30 #pragma warning(error:4100) // Enable-Unreferenced formal parameter 31 #pragma warning(error:4101) // Enable-Unreferenced local variable 32 #pragma warning(error:4061) // Eenable-missing enumeration in switch statement 33 #pragma warning(error:4505) // Enable-identify dead functions 34  35 // 36 // Includes 37 // 38  39 #include <fltKernel.h> 40 #include <dontuse.h> 41 #include <suppress.h> 42 #include "CdoStruct.h" 43 #include "CdoProc.h" 44  45 #pragma prefast(disable:__WARNING_ENCODE_MEMBER_FUNCTION_POINTER, "Not valid for kernel mode drivers") 46  47 #endif __CDO_PCH_H__ 48 CdoStruct.h CdoProc.h

Social Network

Services Overview

Architect, implement and test file system filter drivers for a wide range of functionality. We can offer several levels of assistance to meet your specific.

  • Filter driver consulting service.
  • SDK customization.
  • Filter driver source code service.

Contact Us

You are welcome to contact us for salse or partnership.

Sales: [email protected] Support: [email protected] Info: [email protected]

© Copyright EaseFilter Inc..

Từ khóa » Pch.h