예제 #1
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int EnumServicesStatus(IntPtr hSCManager, int dwServiceType, int dwServiceState,
                                             ref ENUM_SERVICE_STATUS lpServices, int cbBufSize,
                                             ref int pcbBytesNeeded, ref int lpServicesReturned,
                                             ref int lpResumeHandle);
예제 #2
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int EnumDependentServices(IntPtr hService, int dwServiceState,
                                                ref ENUM_SERVICE_STATUS lpServices, int cbBufSize,
                                                ref int pcbBytesNeeded, ref int lpServicesReturned);