PySC_HANDLE = OpenSCManager(machineName, dbName
, desiredAccess
)
Returns a handle to the service control manager
Parameters
machineName : string
The name of the computer, or NonedbName : string
The name of the service database, or NonedesiredAccess : int
The access desired. (combination of win32service.SC_MANAGER_* flags)