Huw Davies huw@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.