SetWindowPos() usage with win32api

All I really want to accomplish is pulling the active window to the
front, and keep it there.

What would be the best way to achieve this using perhaps:

SetWindowPos()
or
SetForegroundWindow()

Any other suggestions are appreciated!

Thanks,

  • Mac