mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 23:24:21 +08:00
- Add a new member to SC_RPC_CONFIG_INFOA structure
- This hack is currently required to pass LPSERVICE_DESCRIPTION onto services via rpc as the member is lpDescription is a variable length string pointer svn path=/trunk/; revision=39455
This commit is contained in:
@@ -189,6 +189,7 @@ typedef struct _SC_RPC_CONFIG_INFOA {
|
||||
[case(6)] LPSERVICE_RPC_REQUIRED_PRIVILEGES_INFO psrp;
|
||||
[case(7)] LPSERVICE_PRESHUTDOWN_INFO psps;
|
||||
} DUMMYUNIONNAME;
|
||||
[string, range(0, 8 * 1024)] LPSTR lpDescription; //FIXME
|
||||
} SC_RPC_CONFIG_INFOA, *LPSC_RPC_CONFIG_INFOA;
|
||||
|
||||
typedef struct _SC_RPC_CONFIG_INFOW {
|
||||
|
||||
Reference in New Issue
Block a user