If I use loadlibrary to load a dll, how would i import its functions

i.e.

dllname = pak.dll

extern "C" void EXPORT SetValue ( float version )

Is the name in the dll ?

The full procedure run-down would be greatly appreciated

thanks