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