Displaying 1 result from an estimated 1 matches for "ms_sfilter".
2001 Nov 22
1
Getting Registry info and using it ????
...th;
printf( "The fullpath is %s \n", temp );
printf("Please wait while it installs the Network Driver for you
/*if I use szFullPath variable directly then also it doesn't work and give
me the same hRes value.Only works with harcoded string*/
hRes = HrInstallNetComponent(L"ms_sFilter", NC_NetService,temp); //80070002
is the hRes while running the exe
printf( "The Result is %x \n", hRes );
****************************************************************************
Thanks in advance,
Cheers,
Monika