[PATCH] include: IDL for mstask

Roy Shea royshea at gmail.com
Thu Jul 10 14:48:08 CDT 2008


This is a revised attempt at the mstask patchset from:
http://www.winehq.org/pipermail/wine-patches/2008-July/057443.html

The revision only focuses on mstask.idl.  This revised mstask.idl no
longer includes winuser.h, adds explicit pointer_defaults to interface
headers, and fixes a few whitespace inconsistencies.

This patch provides the basic IDL file used by the Task Scheduler
Service (mstask).  Types used within this interface require extending
wtypes.idl with the SYSTEMTIME structure and adding guards to the
HPROPSHEETPAGE typedef.
---
 include/mstask.idl |  353 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/prsht.h    |    3 +
 include/winbase.h  |    3 +
 include/wtypes.idl |   14 ++
 4 files changed, 373 insertions(+), 0 deletions(-)
 create mode 100644 include/mstask.idl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 669385023a8bfe2a302f6e659748a2fa74a0f47f.diff
Type: text/x-patch
Size: 10784 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080710/7f9d926e/attachment-0001.bin 


More information about the wine-patches mailing list