mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
add a client handle to the private interface
svn path=/trunk/; revision=29015
This commit is contained in:
parent
af45f6b22d
commit
4092f435c3
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue