Desktop Functions: Smart Device Functions:
|
Search Results for "enumservicesstatusex" in [All]advapi32
static extern bool EnumServicesStatusEx(IntPtr hSCManager,
if (!EnumServicesStatusEx(handle, SC_ENUM_PROCESS_INFO, (int)ServiceType.SERVICE_WIN32, (int)ServiceStateRequest.SERVICE_STATE_ALL, IntPtr.Zero, 0, out iBytesNeeded, out iServicesReturned, ref iResumeHandle, null))
if (!EnumServicesStatusEx(handle, SC_ENUM_PROCESS_INFO, (int)ServiceType.SERVICE_WIN32, (int)ServiceStateRequest.SERVICE_STATE_ALL, buf, iBytesNeeded, out iBytesNeeded, out iServicesReturned, ref iResumeHandle, null))
private static extern bool EnumServicesStatusEx(IntPtr hSCManager,
/// Required to call the EnumServicesStatusEx function to list the
''' Required to call the EnumServicesStatusEx function to list the |