ReactOS 0.4.15-dev-7953-g1f49173
_SCM_CONTROL_PACKET Struct Reference

#include <services.h>

Public Attributes

DWORD dwSize
 
DWORD dwControl
 
DWORD dwArgumentsCount
 
DWORD dwServiceTag
 
SERVICE_STATUS_HANDLE hServiceStatus
 
DWORD dwServiceNameOffset
 
DWORD dwArgumentsOffset
 

Detailed Description

Definition at line 28 of file services.h.

Member Data Documentation

◆ dwArgumentsCount

DWORD _SCM_CONTROL_PACKET::dwArgumentsCount

Definition at line 32 of file services.h.

Referenced by ScBuildUnicodeArgsVector(), ScmControlService(), and ScmSendStartCommand().

◆ dwArgumentsOffset

DWORD _SCM_CONTROL_PACKET::dwArgumentsOffset

Definition at line 36 of file services.h.

Referenced by ScBuildUnicodeArgsVector(), ScmControlService(), and ScmSendStartCommand().

◆ dwControl

DWORD _SCM_CONTROL_PACKET::dwControl

◆ dwServiceNameOffset

DWORD _SCM_CONTROL_PACKET::dwServiceNameOffset

◆ dwServiceTag

DWORD _SCM_CONTROL_PACKET::dwServiceTag

Definition at line 33 of file services.h.

Referenced by ScmSendStartCommand(), and ScStartService().

◆ dwSize

DWORD _SCM_CONTROL_PACKET::dwSize

◆ hServiceStatus

SERVICE_STATUS_HANDLE _SCM_CONTROL_PACKET::hServiceStatus

Definition at line 34 of file services.h.

Referenced by ScmControlService(), ScmSendStartCommand(), and ScStartService().


The documentation for this struct was generated from the following file: