xref: /reactos/sdk/include/wdf/kmdf/1.17/wdfpool.h (revision 40462c92)
1 /*++
2 
3 Copyright (c) Microsoft Corporation.  All rights reserved.
4 
5 _WdfVersionBuild_
6 
7 Module Name:
8 
9     wdfpool.h
10 
11 Abstract:
12 
13     This module contains pool API's
14 
15 Environment:
16 
17     kernel mode only
18 
19 Revision 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 
45 WDF_EXTERN_C_START
46 
47 
48 
49 #if (NTDDI_VERSION >= NTDDI_WIN2K)
50 
51 
52 
53 
54 
55 #endif // (NTDDI_VERSION >= NTDDI_WIN2K)
56 
57 
58 WDF_EXTERN_C_END
59 
60 #endif // _WDFPOOL_H_
61 
62