aboutsummaryrefslogtreecommitdiff
path: root/src/lib/xpprof16.def
blob: e356718e9dc799f831517db49a73007f7f20e341 (plain)
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
;----------------------------------------------------
;   XPPROF16.DEF - XPPROF16.DLL 
;----------------------------------------------------

LIBRARY		XPPROF16.DLL
DESCRIPTION	'Cross Platform Profile DLL'
EXETYPE		WINDOWS
CODE		PRELOAD MOVEABLE DISCARDABLE
DATA		PRELOAD MOVEABLE SINGLE
HEAPSIZE	8192

EXPORTS
	WEP					@1001 RESIDENTNAME
	LibMain					@1002
;
	profile_init
	profile_init_path
	profile_flush
	profile_release
	profile_get_values
	profile_free_list
	profile_get_string
	profile_get_integer
	profile_get_relation_names
	profile_get_subsection_names
	profile_iterator_create
	profile_iterator_free
	profile_iterator
	profile_release_string
	profile_update_relation
	profile_clear_relation
	profile_rename_section
	profile_add_relation