|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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(), and ScmControlServiceEx().
| DWORD _SCM_CONTROL_PACKET::dwArgumentsOffset |
Definition at line 36 of file services.h.
Referenced by ScBuildUnicodeArgsVector(), and ScmControlServiceEx().
| DWORD _SCM_CONTROL_PACKET::dwControl |
Definition at line 31 of file services.h.
Referenced by RI_ScSendPnPMessage(), ScControlService(), ScmControlService(), ScmControlServiceEx(), and ScServiceDispatcher().
| DWORD _SCM_CONTROL_PACKET::dwServiceNameOffset |
Definition at line 35 of file services.h.
Referenced by ScBuildUnicodeArgsVector(), ScControlService(), ScmControlService(), ScmControlServiceEx(), ScServiceDispatcher(), and ScStartService().
| DWORD _SCM_CONTROL_PACKET::dwServiceTag |
Definition at line 33 of file services.h.
Referenced by ScmControlServiceEx(), and ScStartService().
| DWORD _SCM_CONTROL_PACKET::dwSize |
Definition at line 30 of file services.h.
Referenced by RI_ScSendPnPMessage(), ScBuildUnicodeArgsVector(), ScControlService(), ScmControlService(), ScmControlServiceEx(), and ScStartService().
| SERVICE_STATUS_HANDLE _SCM_CONTROL_PACKET::hServiceStatus |
Definition at line 34 of file services.h.
Referenced by ScmControlService(), ScmControlServiceEx(), and ScStartService().