Recently I took a chance and translated interface of one programmer's utility. It is called DLL Export Viewer. As program author writes on his page about this program: This utility displays the list of all exported functions and their
virtual memory addresses for the specified DLL files.
You can easily copy the memory address of the desired function, paste it
into your debugger, and set a breakpoint for this memory address.
When this function is called, the debugger will stop in the beginning of
this function.
Now this software is available also in Latvian. To use different language interface download your desired language zip file if available from developer's website and extract file dllexp_lng.ini in the same folder where executable file is located.
DLL Export Viewer is available
here.