ReactOS 0.4.15-dev-8614-gbc76250
|
#include <services.h>
Public Attributes | |
DWORD | dwSize |
DWORD | dwControl |
DWORD | dwArgumentsCount |
DWORD | dwServiceTag |
SERVICE_STATUS_HANDLE | hServiceStatus |
DWORD | dwServiceNameOffset |
DWORD | dwArgumentsOffset |
Definition at line 28 of file services.h.
DWORD _SCM_CONTROL_PACKET::dwArgumentsCount |
Definition at line 32 of file services.h.
Referenced by ScBuildUnicodeArgsVector(), ScmControlService(), and ScmSendStartCommand().
DWORD _SCM_CONTROL_PACKET::dwArgumentsOffset |
Definition at line 36 of file services.h.
Referenced by ScBuildUnicodeArgsVector(), ScmControlService(), and ScmSendStartCommand().
DWORD _SCM_CONTROL_PACKET::dwControl |
Definition at line 31 of file services.h.
Referenced by ScControlService(), ScmControlService(), ScmSendStartCommand(), and ScServiceDispatcher().
DWORD _SCM_CONTROL_PACKET::dwServiceNameOffset |
Definition at line 35 of file services.h.
Referenced by ScBuildUnicodeArgsVector(), ScControlService(), ScmControlService(), ScmSendStartCommand(), ScServiceDispatcher(), and ScStartService().
DWORD _SCM_CONTROL_PACKET::dwServiceTag |
Definition at line 33 of file services.h.
Referenced by ScmSendStartCommand(), and ScStartService().
DWORD _SCM_CONTROL_PACKET::dwSize |
Definition at line 30 of file services.h.
Referenced by ScBuildUnicodeArgsVector(), ScControlService(), ScmControlService(), ScmSendStartCommand(), and ScStartService().
SERVICE_STATUS_HANDLE _SCM_CONTROL_PACKET::hServiceStatus |
Definition at line 34 of file services.h.
Referenced by ScmControlService(), ScmSendStartCommand(), and ScStartService().