-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathclcl.def
66 lines (64 loc) · 1.24 KB
/
clcl.def
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
EXPORTS
text_initialize
text_get_icon
text_free
text_initialize_item
text_copy_data
text_data_to_bytes
text_bytes_to_data
text_get_file_info
text_data_to_file
text_file_to_data
text_free_data
text_free_item
text_get_menu_title
text_get_menu_icon
text_get_menu_bitmap
text_get_tooltip_text
text_window_create
text_window_destroy
text_window_show_data
text_window_save_data
text_window_hide_data
bitmap_initialize
bitmap_get_icon
bitmap_free
bitmap_initialize_item
bitmap_copy_data
bitmap_data_to_bytes
bitmap_bytes_to_data
bitmap_get_file_info
bitmap_data_to_file
bitmap_file_to_data
bitmap_free_data
bitmap_free_item
bitmap_get_menu_title
bitmap_get_menu_icon
bitmap_get_menu_bitmap
bitmap_get_tooltip_text
bitmap_window_create
bitmap_window_destroy
bitmap_window_show_data
bitmap_window_save_data
bitmap_window_hide_data
file_initialize
file_get_icon
file_free
file_initialize_item
file_copy_data
file_data_to_bytes
file_bytes_to_data
file_get_file_info
file_data_to_file
file_file_to_data
file_free_data
file_free_item
file_get_menu_title
file_get_menu_icon
file_get_menu_bitmap
file_get_tooltip_text
file_window_create
file_window_destroy
file_window_show_data
file_window_save_data
file_window_hide_data