This command returns a local IP address
found by mnStart. Available local IP addresses range from 0 to one less
than the total number returned by mnGetLocalIPAmount.
C++ users: the memory for the returned string is managed by winsock. It is only guaranteed to remain valid before the next DarkNet command that uses winsock. In other words, if you want to use the address later on you should copy it to memory allocated by you. Note that because memory to the return string is allocated by winsock, you do not need to deallocate it yourself.
unsigned int Number: This is the number of the local IP that you would like to return.
A local IP address if no error occurs.
A blank string if an error occurs:
DBP
C++
.Net