mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[IDL]
atsvc.idl: Add missing 'string' attribute which fixes NetrJobEnum. svn path=/trunk/; revision=74271
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user