atsvc.idl: Add missing 'string' attribute which fixes NetrJobEnum.

svn path=/trunk/; revision=74271
This commit is contained in:
Eric Kohl
2017-04-02 20:32:07 +00:00
parent 4545bf4999
commit 6900e149e5
+1 -1
View File
@@ -13,7 +13,7 @@ typedef struct _AT_ENUM
DWORD DaysOfMonth;
unsigned char DaysOfWeek;
unsigned char Flags;
wchar_t *Command;
[string] wchar_t *Command;
} AT_ENUM, *PAT_ENUM, *LPAT_ENUM;
typedef struct _AT_INFO