ReactOS 0.4.15-dev-7953-g1f49173
wdfpool.h
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation. All rights reserved.
4
5_WdfVersionBuild_
6
7Module Name:
8
9 wdfpool.h
10
11Abstract:
12
13 This module contains pool API's
14
15Environment:
16
17 kernel mode only
18
19Revision History:
20
21
22--*/
23
24//
25// NOTE: This header is generated by stubwork. Please make any
26// modifications to the corresponding template files
27// (.x or .y) and use stubwork to regenerate the header
28//
29
30#ifndef _WDFPOOL_H_
31#define _WDFPOOL_H_
32
33#ifndef WDF_EXTERN_C
34 #ifdef __cplusplus
35 #define WDF_EXTERN_C extern "C"
36 #define WDF_EXTERN_C_START extern "C" {
37 #define WDF_EXTERN_C_END }
38 #else
39 #define WDF_EXTERN_C
40 #define WDF_EXTERN_C_START
41 #define WDF_EXTERN_C_END
42 #endif
43#endif
44
46
47
48
49#if (NTDDI_VERSION >= NTDDI_WIN2K)
50
51
52
53
54
55#endif // (NTDDI_VERSION >= NTDDI_WIN2K)
56
57
59
60#endif // _WDFPOOL_H_
61
#define WDF_EXTERN_C_END
Definition: wdfpool.h:41
#define WDF_EXTERN_C_START
Definition: wdfpool.h:40