1 | #[cfg (feature = "Win32_AI" )] |
2 | #[doc = "Required features: ` \"Win32_AI \"`" ] |
3 | pub mod AI; |
4 | #[cfg (feature = "Win32_Data" )] |
5 | #[doc = "Required features: ` \"Win32_Data \"`" ] |
6 | pub mod Data; |
7 | #[cfg (feature = "Win32_Devices" )] |
8 | #[doc = "Required features: ` \"Win32_Devices \"`" ] |
9 | pub mod Devices; |
10 | #[cfg (feature = "Win32_Foundation" )] |
11 | #[doc = "Required features: ` \"Win32_Foundation \"`" ] |
12 | pub mod Foundation; |
13 | #[cfg (feature = "Win32_Gaming" )] |
14 | #[doc = "Required features: ` \"Win32_Gaming \"`" ] |
15 | pub mod Gaming; |
16 | #[cfg (feature = "Win32_Globalization" )] |
17 | #[doc = "Required features: ` \"Win32_Globalization \"`" ] |
18 | pub mod Globalization; |
19 | #[cfg (feature = "Win32_Graphics" )] |
20 | #[doc = "Required features: ` \"Win32_Graphics \"`" ] |
21 | pub mod Graphics; |
22 | #[cfg (feature = "Win32_Management" )] |
23 | #[doc = "Required features: ` \"Win32_Management \"`" ] |
24 | pub mod Management; |
25 | #[cfg (feature = "Win32_Media" )] |
26 | #[doc = "Required features: ` \"Win32_Media \"`" ] |
27 | pub mod Media; |
28 | #[cfg (feature = "Win32_NetworkManagement" )] |
29 | #[doc = "Required features: ` \"Win32_NetworkManagement \"`" ] |
30 | pub mod NetworkManagement; |
31 | #[cfg (feature = "Win32_Networking" )] |
32 | #[doc = "Required features: ` \"Win32_Networking \"`" ] |
33 | pub mod Networking; |
34 | #[cfg (feature = "Win32_Security" )] |
35 | #[doc = "Required features: ` \"Win32_Security \"`" ] |
36 | pub mod Security; |
37 | #[cfg (feature = "Win32_Storage" )] |
38 | #[doc = "Required features: ` \"Win32_Storage \"`" ] |
39 | pub mod Storage; |
40 | #[cfg (feature = "Win32_System" )] |
41 | #[doc = "Required features: ` \"Win32_System \"`" ] |
42 | pub mod System; |
43 | #[cfg (feature = "Win32_UI" )] |
44 | #[doc = "Required features: ` \"Win32_UI \"`" ] |
45 | pub mod UI; |
46 | #[cfg (feature = "Win32_Web" )] |
47 | #[doc = "Required features: ` \"Win32_Web \"`" ] |
48 | pub mod Web; |
49 | |