20 Apr
2018
20 Apr
'18
8:56 a.m.
On Fri, Apr 20, 2018 at 04:53:32PM +0800, Dmitry Timoshkov wrote:
Huw Davies <huw(a)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.