mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[SERVICES] pszName is a string, mark it so
This fixes returning string with RI_ScQueryServiceTagInfo
This commit is contained in:
parent
29b46995aa
commit
ebf8785661
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue