d3d9/tests: Test the pool and usage of surfaces created through CreateOffscreenPlainS...
[wine.git] / include / sal.h
blobc69f7f9840c5d2e8e341b4ae100a8b2db01c672c
1 /*
2 * Copyright (C) 2018 Alistair Leslie-Hughes
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef __WINE_SAL_H__
20 #define __WINE_SAL_H__
23 #define _Always_(exp)
25 #define _At_buffer_(a, b, c, d)
27 #define _Check_return_
29 #define _Deref_out_
30 #define _Deref_out_opt_
31 #define _Deref_out_opt_z_
32 #define _Deref_post_opt_cap_(count)
33 #define _Deref_post_opt_valid_
34 #define _Deref_post_valid_
35 #define _Deref_post_z_
36 #define _Deref_prepost_opt_z_
38 #define _Field_range_(min, max)
40 #define _In_
41 #define _In_bytecount_(count)
42 #define _In_count_(count)
43 #define _In_opt_
44 #define _In_opt_count_(count)
45 #define _In_opt_z_
46 #define _In_range_(min, max)
47 #define _In_reads_(count)
48 #define _In_reads_bytes_(count)
49 #define _In_reads_bytes_opt_(count)
50 #define _In_reads_opt_z_(count)
51 #define _In_reads_or_z_(count)
52 #define _In_reads_or_z_opt_(count)
53 #define _In_reads_z_(count)
54 #define _In_z_
56 #define _Inout_
57 #define _Inout_cap_(count)
58 #define _Inout_opt_
59 #define _Inout_opt_z_
60 #define _Inout_updates_(count)
61 #define _Inout_updates_bytes_(count)
62 #define _Inout_updates_opt_(count)
63 #define _Inout_updates_z_(count)
64 #define _Inout_updates_opt_z_(count)
65 #define _Inout_z_
66 #define _Inout_z_bytecap_(count)
67 #define _Inout_z_cap_(count)
68 #define _Inout_z_cap_c_(count)
70 #define _Null_terminated_
72 #define _Out_
73 #define _Out_bytecap_(count)
74 #define _Out_bytecapcount_(count)
75 #define _Out_bytecap_post_bytecount_(count1, count2)
76 #define _Out_cap_(count)
77 #define _Out_cap_post_count_(count1, count2)
78 #define _Out_opt_
79 #define _Out_opt_z_cap_(count)
80 #define _Out_opt_z_cap_post_count_(count1, count2)
81 #define _Out_writes_(count)
82 #define _Out_writes_bytes_(count)
83 #define _Out_writes_bytes_all_(count)
84 #define _Out_writes_bytes_all_opt_(count)
85 #define _Out_writes_bytes_opt_(count)
86 #define _Out_writes_bytes_to_(count1, count2)
87 #define _Out_writes_bytes_to_opt_(count1, count2)
88 #define _Out_writes_opt_(count)
89 #define _Out_writes_opt_z_(count)
90 #define _Out_writes_to_(count1, count2)
91 #define _Out_writes_to_opt_(count1, count2)
92 #define _Out_writes_z_(count)
93 #define _Out_z_cap_(count)
94 #define _Out_z_cap_c_(count)
95 #define _Out_z_cap_post_count_(count1, count2)
97 #define _Outptr_result_buffer_(count)
98 #define _Outptr_result_buffer_maybenull_(count)
99 #define _Outptr_result_maybenull_
100 #define _Outptr_result_maybenull_z_
101 #define _Outptr_result_z_
103 #define _Param_(p)
105 #define _Post_equal_to_(exp)
106 #define _Post_invalid_
107 #define _Post_maybez_
108 #define _Post_readable_size_(count)
109 #define _Post_satisfies_(exp)
110 #define _Post_writable_byte_size_(count)
111 #define _Post_z_
113 #define _Pre_maybenull_
114 #define _Pre_notnull_
115 #define _Pre_opt_z_
116 #define _Pre_writable_size_(count)
117 #define _Pre_z_
119 #define _Printf_format_string_
120 #define _Printf_format_string_params_(count)
122 #define _Ret_maybenull_
123 #define _Ret_maybenull_z_
124 #define _Ret_notnull_
125 #define _Ret_opt_
126 #define _Ret_opt_z_cap_(count)
127 #define _Ret_writes_bytes_maybenull_(count)
128 #define _Ret_z_
130 #define _Scanf_format_string_
131 #define _Scanf_format_string_params_(count)
132 #define _Scanf_s_format_string_
133 #define _Scanf_s_format_string_params_(count)
135 #define _Success_(exp)
137 #define _When_(exp1, exp2)
139 #endif