3

I am writing a networking application and need to forward a port on a router if UPnP is enabled. Where can I find C++ code for forwarding a port with UPnP? The the code must work on windows xp, windows vista, and windows 7.

David Chen
  • 301
  • 1
  • 3
  • 4

1 Answers1

0

Microsoft provides various UPnP APIs.

Luke
  • 11,211
  • 2
  • 27
  • 38