add a client handle to the private interface

svn path=/trunk/; revision=29015
This commit is contained in:
Ged Murphy 2007-09-12 08:47:06 +00:00
parent af45f6b22d
commit 4092f435c3

View file

@ -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;