[ros-diffs] [janderwald] 39455: - 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

janderwald at svn.reactos.org janderwald at svn.reactos.org
Sat Feb 7 16:06:59 CET 2009


Author: janderwald
Date: Sat Feb  7 09:06:59 2009
New Revision: 39455

URL: http://svn.reactos.org/svn/reactos?rev=39455&view=rev
Log:
- 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

Modified:
    trunk/reactos/include/reactos/idl/svcctl.idl

Modified: trunk/reactos/include/reactos/idl/svcctl.idl
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/idl/svcctl.idl?rev=39455&r1=39454&r2=39455&view=diff
==============================================================================
--- trunk/reactos/include/reactos/idl/svcctl.idl [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/idl/svcctl.idl [iso-8859-1] Sat Feb  7 09:06:59 2009
@@ -189,6 +189,7 @@
         [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 {



More information about the Ros-diffs mailing list