I am a intermediatly experienced C++ programmer, but have never worked with DLL's. When looking through a list of what is done when my computer boots up i saw that "rundll32.exe someDLLname, someFunctioncall" is executed. What i am wondering is where can i get a list of what the DLL's on my system contain and how can i use them, if i can at all.