This changes the specified port map’s
internal IP.
Port map IDs range from 0 to 1 less than
the number of found port maps (returned by mnGetPortMapAmount).
mnStartNAT must be used before this command.
unsigned int PortMapID: the ID of the port map that the command should
use.
char * InternalIP: the new internal IP.
bool Block: If set to true the command will block until the operation has completed.
When blocking:
0 if no error occurred
-1 if an error occurred
When not blocking:
Any number; this is the action to be used with mnPollUPNP
-1 if an error occurred
DBP
C++
.Net