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

Huw Davies huw at codeweavers.com
Fri Apr 20 03:56:21 CDT 2018


On Fri, Apr 20, 2018 at 04:53:32PM +0800, Dmitry Timoshkov wrote:
> 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.

Oh, ok, sorry for the noise.

Huw.



More information about the wine-devel mailing list