alfredoangel
September 9th, 2007, 03:26 PM
In Windows Vista with administrator privileges.
hSCMan = OpenSCManager(NULL, NULL, SC_MANAGER_ALL_ACCESS);
hSCMan always return 5 = ERROR_ACCESS_DENIED
In Windows Xp always works OK.
What I need to do ?
hSCMan = OpenSCManager(NULL, NULL, SC_MANAGER_ALL_ACCESS);
hSCMan always return 5 = ERROR_ACCESS_DENIED
In Windows Xp always works OK.
What I need to do ?