Hi,
I am developing an small application, in which there is a button. When
the button is clicked ,Wireless Zero Configuration Servece(WZC) will be
launched.
Now the problem comes:
I use the following code(main part) , but it didn't work.
CreateProcess (
TEXT("ctlpnl.exe"),
TEXT("cplmain.cpl, 17"),
NULL,
NULL,
FALSE,
0,
NULL,
NULL,
NULL,
&ProcessInfo
);
Could anyone tell me how to Launch Wireless Zero Configuration Servece?
Thanks.
Leon.