This command changes the IP version of
the specified application.
For more information on profiles see
“Firewall Profiles”.
You can use mnGetApplicationIPVersion to determine the IP version of an application.
unsigned int ProfileID: This is the ID of the profile that the command
should use.
unsigned int ApplicationID: This is the ID of the application that the command
should use.
int IPVersion: This is the IP version that the application
should be set to.
Possible IP version:
0: V4
1: V6
2: V4 and V6
0 if no error occurred.
-1 if an error occurred.
DBP
C++
.Net