ReactOS 0.4.16-dev-477-g6ada597
_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(), and ScmControlServiceEx().

◆ dwArgumentsOffset

DWORD _SCM_CONTROL_PACKET::dwArgumentsOffset

Definition at line 36 of file services.h.

Referenced by ScBuildUnicodeArgsVector(), and ScmControlServiceEx().

◆ dwControl

DWORD _SCM_CONTROL_PACKET::dwControl

Definition at line 31 of file services.h.

Referenced by ScControlService(), ScmControlServiceEx(), and ScServiceDispatcher().

◆ dwServiceNameOffset

DWORD _SCM_CONTROL_PACKET::dwServiceNameOffset

◆ dwServiceTag

DWORD _SCM_CONTROL_PACKET::dwServiceTag

Definition at line 33 of file services.h.

Referenced by ScmControlServiceEx(), 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 ScmControlServiceEx(), and ScStartService().


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