[PATCH 9/9] mstask: Implement IPersistFile::Save().

Dmitry Timoshkov dmitry at baikal.ru
Fri Apr 20 03:53:32 CDT 2018


Huw Davies <huw at codeweavers.com> wrote:

> > +typedef struct
> > +{
> > +    USHORT product_version;
> > +    USHORT file_version;
> > +    UUID uuid;
> > +    USHORT name_size_offset;
> > +    USHORT trigger_offset;
> > +    USHORT error_retry_count;
> > +    USHORT error_retry_interval;
> > +    USHORT idle_deadline;
> > +    USHORT idle_wait;
> > +    UINT priority;
> > +    UINT maximum_runtime;
> > +    UINT exit_code;
> > +    HRESULT status;
> > +    UINT flags;
> > +    SYSTEMTIME last_runtime;
> > +} FIXDLEN_DATA;
> 
> Hi Dmitry,
> 
> Not that it really matters, but did you mean FIXEDLEN_DATA here?

It's the official name from MSDN, I'm just following the .job file specification.

-- 
Dmitry.



More information about the wine-devel mailing list