forked from marlersoft/zigwin32gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unionpointers.json
76 lines (76 loc) · 1.71 KB
/
unionpointers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"System.LibraryLoader": {
"Functions": {
"ENUMRESLANGPROCW": ["lpType"],
"ENUMRESNAMEPROCW": ["lpType"],
"EnumResourceLanguagesW": ["lpType"],
"EnumResourceLanguagesExW": ["lpType"],
"EnumResourceNamesW": ["lpType"],
"EnumResourceNamesExW": ["lpType"],
"FindResourceW": ["lpType"],
"FindResourceExW": ["lpType"],
"UpdateResourceW": ["lpType"]
},
"Constants": []
},
"UI.Controls": {
"Functions": {},
"Constants": [
"TD_WARNING_ICON",
"TD_ERROR_ICON",
"TD_INFORMATION_ICON",
"TD_SHIELD_ICON"
]
},
"UI.WindowsAndMessaging": {
"Functions": {
"CreateWindowExA": ["lpClassName"],
"CreateWindowExW": ["lpClassName"],
"LoadCursorW": ["lpCursorName"],
"LoadIconW": ["lpIconName"]
},
"Constants": [
"IDC_ARROW",
"IDC_IBEAM",
"IDC_WAIT",
"IDC_CROSS",
"IDC_UPARROW",
"IDC_SIZE",
"IDC_ICON",
"IDC_SIZENWSE",
"IDC_SIZENESW",
"IDC_SIZEWE",
"IDC_SIZENS",
"IDC_SIZEALL",
"IDC_NO",
"IDC_HAND",
"IDC_APPSTARTING",
"IDC_HELP",
"IDC_PIN",
"IDC_PERSON",
"IDI_APPLICATION",
"IDI_HAND",
"IDI_QUESTION",
"IDI_EXCLAMATION",
"IDI_ASTERISK",
"IDI_WINLOGO",
"IDI_SHIELD",
"RT_VERSION",
"RT_DLGINCLUDE",
"RT_PLUGPLAY",
"RT_VXD",
"RT_ANICURSOR",
"RT_ANIICON",
"RT_HTML",
"RT_CURSOR",
"RT_BITMAP",
"RT_ICON",
"RT_MENU",
"RT_DIALOG",
"RT_FONTDIR",
"RT_FONT",
"RT_ACCELERATOR",
"RT_MESSAGETABLE"
]
}
}