mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
add a client handle to the private interface
svn path=/trunk/; revision=29015
This commit is contained in:
@@ -11,9 +11,12 @@
|
||||
|
||||
#define SERVICE_CONTROL_START 0
|
||||
|
||||
typedef DWORD CLIENT_HANDLE;
|
||||
|
||||
typedef struct _SCM_CONTROL_PACKET
|
||||
{
|
||||
DWORD dwControl;
|
||||
CLIENT_HANDLE hClient;
|
||||
DWORD dwSize;
|
||||
WCHAR szArguments[1];
|
||||
} SCM_CONTROL_PACKET, *PSCM_CONTROL_PACKET;
|
||||
|
||||
Reference in New Issue
Block a user