1;---------------------------------------------------- 2; XPPROF32.DEF - XPPROF32.DLL 3;---------------------------------------------------- 4 5;LIBRARY XPPROF32.DLL 6DESCRIPTION 'Cross Platform Profile DLL' 7HEAPSIZE 8192 8 9EXPORTS 10 profile_abandon @1 11 profile_add_relation @2 12 profile_clear_relation @3 13 profile_flush @4 14 profile_free_list @5 15 profile_get_integer @6 16 profile_get_relation_names @7 17 profile_get_string @8 18 profile_get_subsection_names @9 19 profile_get_values @10 20 profile_init @11 21 profile_init_path @12 22 profile_iterator @13 23 profile_iterator_create @14 24 profile_iterator_free @15 25 profile_release @16 26 profile_release_string @17 27 profile_rename_section @18 28 profile_update_relation @19 29