https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ebf8785661c87c8fe87c498b8497638b61044a60

commit ebf8785661c87c8fe87c498b8497638b61044a60
Author:     Pierre Schweitzer <pie...@reactos.org>
AuthorDate: Sun Dec 30 21:23:36 2018 +0100
Commit:     Pierre Schweitzer <pie...@reactos.org>
CommitDate: Sun Dec 30 21:44:39 2018 +0100

    [SERVICES] pszName is a string, mark it so
    
    This fixes returning string with RI_ScQueryServiceTagInfo
---
 sdk/include/reactos/idl/svcctl.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/include/reactos/idl/svcctl.idl 
b/sdk/include/reactos/idl/svcctl.idl
index c16efb623d..fccb371289 100644
--- a/sdk/include/reactos/idl/svcctl.idl
+++ b/sdk/include/reactos/idl/svcctl.idl
@@ -311,7 +311,7 @@ typedef struct _TAG_INFO_NAME_FROM_TAG_IN_PARAMS {
 
 typedef struct _TAG_INFO_NAME_FROM_TAG_OUT_PARAMS {
     TAG_TYPE TagType;
-    LPWSTR pszName;
+    [string] LPWSTR pszName;
 } TAG_INFO_NAME_FROM_TAG_OUT_PARAMS, *PTAG_INFO_NAME_FROM_TAG_OUT_PARAMS;
 
 typedef struct _TAG_INFO_NAME_FROM_TAG

Reply via email to