@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description of this collection of constants !!!!C# Constants: TODO !!!!VB Constants: Const STANDARD_RIGHTS_REQUIRED As Int32 = &HF0000 Const SC_MANAGER_CONNECT As Int32 = &H1 Const SC_MANAGER_CREATE_SERVICE As Int32 = &H2 Const SC_MANAGER_ENUMERATE_SERVICE As Int32 = &H4 Const SC_MANAGER_LOCK As Int32 = &H8 Const SC_MANAGER_QUERY_LOCK_STATUS As Int32 = &H10 Const SC_MANAGER_MODIFY_BOOT_CONFIG As Int32 = &H20 Const SC_MANAGER_ALL_ACCESS As Int32 = STANDARD_RIGHTS_REQUIRED Or _ SC_MANAGER_CONNECT Or _ SC_MANAGER_CREATE_SERVICE Or _ SC_MANAGER_ENUMERATE_SERVICE Or _ SC_MANAGER_LOCK Or _ SC_MANAGER_QUERY_LOCK_STATUS Or _ SC_MANAGER_MODIFY_BOOT_CONFIG !!!!Notes: Constants for use with the OpenSCManager API call
Edit Constants.SCM
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.