-
6.10. Disable Connection
Function Description:
This function will disable the specify connection in “Settings\Network and Dial-up
Connections”.
Function call:
BOOL DisableConnection (LPTSTR);
Parameter (Input):
Specify the connection name in parameter.
Return code:
=TRUE
Success
=FAULE Fail
6.11. Enable Connection
Function Description:
This function will enable the specify connection in “Settings\Network and Dial-up
Connections”.
Function call:
BOOL EnableConnection (LPTSTR);
Parameter (Input):
Specify the connection name in parameter.
Return code:
=TRUE
Success
=FAULE Fail