Lines Matching refs:struct
105 struct svcctl_value {
194 struct svc_status {
203 typedef struct svc_status svc_status_t;
205 struct svc_enum_status {
210 typedef struct svc_enum_status svc_enum_status_t;
212 struct svc_config {
223 typedef struct svc_config svc_config_t;
225 struct svc_failure_actions {
232 typedef struct svc_failure_actions svc_failure_actions_t;
234 struct svc_description {
237 typedef struct svc_description svc_description_t;
240 struct svc_delayed_auto_start {
243 typedef struct svc_delayed_auto_start svc_delayed_auto_start_t;
246 struct svc_config_failure_action {
249 typedef struct svc_config_failure_action svc_config_failure_action_t;
257 struct svcctl_Close {
269 struct svcctl_ControlService {
282 struct svcctl_DeleteService {
293 struct svcctl_QueryServiceSecurity {
309 struct svcctl_SetServiceSecurity {
324 struct svcctl_OpenManager {
339 struct svcctl_OpenService {
354 struct svcctl_QueryServiceStatus {
366 struct svcctl_EnumDependentServices {
383 struct svcctl_EnumServicesStatus {
402 struct svcctl_QueryServiceConfig {
426 struct svcctl_StartService {
439 struct svcctl_GetServiceDisplayNameW {
453 struct svcctl_GetServiceKeyNameW {
467 struct svcctl_OpenSCManagerA {
468 IN struct svcctl_value *machine_name;
469 IN struct svcctl_value *database_name;
481 struct svcctl_OpenServiceA {
483 IN REFERENCE struct svcctl_value *service_name;
495 struct svcctl_EnumServicesStatusA {
514 struct svcctl_QueryServiceConfig2W {
529 struct svc_status_ex {
540 typedef struct svc_status_ex svc_status_ex_t;
543 struct svcctl_QueryServiceStatusEx {
561 struct svcctl_Close SvcClose;
563 struct svcctl_ControlService SvcControlService;
565 struct svcctl_DeleteService SvcDeleteService;
567 struct svcctl_QueryServiceSecurity SvcQueryServiceSecurity;
569 struct svcctl_SetServiceSecurity SvcSetServiceSecurity;
571 struct svcctl_OpenManager SvcOpenManager;
573 struct svcctl_OpenService SvcOpenService;
575 struct svcctl_QueryServiceStatus SvcQueryServiceStatus;
577 struct svcctl_EnumDependentServices Svc_EnumDependentServices;
579 struct svcctl_EnumServicesStatus SvcEnumServicesStatus;
581 struct svcctl_QueryServiceConfig SvcQueryServiceConfig;
583 struct svcctl_StartService SvcStartService;
585 struct svcctl_GetServiceDisplayNameW SvcGetServiceDisplayNameW;
587 struct svcctl_GetServiceKeyNameW SvcGetServiceKeyNameW;
589 struct svcctl_OpenSCManagerA SvcOpenSCManagerA;
591 struct svcctl_OpenServiceA SvcOpenServiceA;
593 struct svcctl_EnumServicesStatusA SvcEnumServicesStatusA;
595 struct svcctl_QueryServiceConfig2W SvcQueryServiceConfig2W;
597 struct svcctl_QueryServiceStatusEx SvcQueryServiceStatusEx;