summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include
Commit message (Collapse)AuthorAgeFilesLines
* 2003-06-06 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-06-062-2/+122
| | | | | | | | | | | | | | * lib/test.c: #include <powerprof.h>. 2003-06-06 James E. Lucas <xelloss@sourceforge.net> * include/powerprof.h: New file. * lib/powerprof.def: New file. 2003-06-06 Danny Smith <dannysmith@users.sourceforge.net> * include/winnt (SLIST_HEADER): Add C90 anonymous struct protection.
* * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type ofLuke Dunstan2003-06-051-4/+4
| | | | | hInstance members to HINSTANCE. Thanks to: Brenden T. <brenden@rcsis.com>
* 2003-06-05 Bart Oldeman <bartoldeman@users.sourceforge.net>Danny Smith2003-06-052-2/+3
| | | | | * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define. * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
* * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.Danny Smith2003-06-024-43/+27
| | | | | | | * include/winnt.h (POWER_INFORMATION_LEVEL): Add. * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER): Remove. * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
* 2003-05-30 Mattia Barbon <mbarbon@dsi.unive.it>Luke Dunstan2003-05-303-12/+165
| | | | | | | | | | | | | | | | | | | | | | | * lib/oleacc.def: New file. * include/winable.h: New file. * include/oleacc.h: Add extern "C" guard. (NAVDIR_*, ROLE_*, STATE_*): Add missing constants. (AccessibleChildren, AccessibleObjectFromEvent, AccessibleObjectFromPoint, AccessibleObjectFromWindow, CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW], GetStateText[AW], LresultFromObject, ObjectFromLresult, WindowFromAccessibleObject): Add prototypes and UNICODE mappings. * include/winuser.h (NotifyWinEvent): Add prototype. (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Move from here to... * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Here, as per documentation. * lib/test.c: Include winable.h. * lib/user32.def (NotifyWinEvent): Add missing export.
* 2003-05-30 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-05-302-1/+20
| | | | | | * include/winbase.h (HeapCompact): Correct prototype. * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY, SLIST_HEADER): Add.
* * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.Luke Dunstan2003-05-291-0/+2
|
* * include/winuser.h (EnumDisplayDevicesW): Fix typo.Christopher Faylor2003-05-251-1/+1
|
* 2003-05-23 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-05-232-4/+18
| | | | | | | | | | * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes. * include/wingdi.h (DISPLAY_DEVICE): UNICODE it. 2003-05-23 Andrew Dunbar <hippietrail@users.sourceforge.net> * include/wingdi.h (GCP_RESULTS[AW]) Correct type of lpGlyphs field to LPWSTR.
* * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,Danny Smith2003-05-211-1/+17
| | | | | | | PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines. (PP_*): Add defines. (CryptContextAddRef): Add prototype. Thanks to: Shura Zam <debil_urod@users.sourceforge.net>
* 2003-05-18 Manu B <manubee@users.sourceforge.net>Danny Smith2003-05-182-23/+30
| | | | | | | | | | | | | | | | | * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure. 2003-05-18 Bang Jun-Young <junyoung@netbsd.org> * include/winbase.h (CREATE_DEFAULT_ERROR_MODE, DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED, DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS, IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS, CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT, CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS, CREATE_NO_WINDOW): Convert to hexadecimal form for better readability. (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS, CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
* * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):Danny Smith2003-05-151-4/+4
| | | | Unname anonymous unions if NONAMELESSUNION not defined.
* 2003-05-14 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-05-151-0/+1
| | | | * include/winbase.h (GMEM_VALID_FLAGS): Add.
* * include/prsht.h (PROPSHEETHEADER[AW]: MarkDanny Smith2003-05-131-4/+4
| | | | anonymous unions as GCC extension.
* * include/oleidl.h (LPENUMOLEDOCUMENTVIEWS): Remove typedef.Danny Smith2003-05-132-5/+4
| | | | | | | (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR. * include/docobj.h (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously commented out). (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
* * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,Earnie Boyd2003-05-121-0/+6
| | | | | MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define. Thanks to: Robert Wishlaw <rwishlaw @ shaw . ca>
* * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,Danny Smith2003-05-122-361/+385
| | | | | | | | | | | | | | | | | | IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit, IPersistMemory,IPropertyNotifySink,IProvideClassInfo, IProvideClassInfo2,IConnectionPointContainer, IEnumConnectionPoints,IConnectionPoint,IEnumConnections, IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing, IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp, IPicture,IPictureDisp): Move from here to... * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite, IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit, IPersistMemory,IPropertyNotifySink,IProvideClassInfo, IProvideClassInfo2,IConnectionPointContainer, IEnumConnectionPoints,IConnectionPoint,IEnumConnections, IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing, IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp, IPicture,IPictureDisp): Here, as per documentation.
* 2003-05-12 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2003-05-123-0/+30
| | | | | | | | | | * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes. * include/winbase.h (TerminateJobObject, AssignProcessToJobObject): Likewise. * include/servprov.h: New header. * lib/test.c: Include servprov.h. Correct ChangeLog typo
* * include/shlguid.h (CGID_ShellServiceObject): Declare.Danny Smith2003-05-102-0/+2
| | | | | | | | * lib/uuid.c (CGID_ShellServiceObject): Define guid. Thanks to Chris Sutcliffe <ir0nh34d#users.sourceforge.net> * include/winuser.h (SetLayeredWindowAttributes): Add prototype. * lib/user32.def (SetLayeredWindowAttributes): Add stub. * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
* * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,Danny Smith2003-05-051-7/+0
| | | | | TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS, HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
* 2003-05-02 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2003-05-021-1/+20
| | | | | | | | | | * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW, EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE, EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION, EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS, EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS, EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX, EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
* 2003-05-02 Francois Ferrand <typz@sourceforge.users.net>Danny Smith2003-05-021-1/+8
| | | | * include/commctrl.h (TBM_*): Add missing trackbar defines.
* * include/cplext.h (CPLPAGE_MOUSE_WHEEL,Danny Smith2003-05-021-1/+3
| | | | CPLPAGE_DISPLAY_BACKGROUND): Add defines.
* * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.Danny Smith2003-04-301-0/+8
| | | | | (SetDCPenColor, SetDCBrushColor): Add prototypes. * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
* 2003-04-26 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-04-261-0/+1
| | | | * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
* * include/oaidl.h (ITypeMarshal): Add interface.Danny Smith2003-04-261-0/+15
|
* 2003-04-26 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-04-262-77/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/winioctl.h: Clean up formatting. (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct. (CREATE_DISK): Add _ANONYMOUS_UNION macro. (DISK_CACHE_INFORMATION): Likewise. (DISK_DETECTION_INFO): Likewise. (DISK_PARTITION_INFO): Likewise. (PARTITION_INFORMATION_EX): Likewise. (DRIVE_LAYOUT_INFORMATION_EX): Likewise. 2003-04-26 Casper S. Hornstrup <chorns@users.sourceforge.net> * include/winbase.h (DeleteVolumeMountPoint[AW], FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW], FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW], GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW], SetVolumeMountPoint[AW]): Add prototypes. * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX, IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK, IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION, IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES, FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS, FSCTL_MOVE_FILE): Define. (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK, DISK_CACHE_INFORMATION, DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO, DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION, DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION, GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS, DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR, PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT, PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX, MOVE_FILE_DATA, RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER, STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums. (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512, F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024, F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512, F3_240M_512, and F3_32M_512. * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add stubs.
* * include/wingdi.h (DM_SPECVERSION): Define.Earnie Boyd2003-04-162-1/+6
| | | | | | Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru> * include/rpcdce.h (UuidCreateSequential): Properly guard with appropriate _WIN32_WINNT values.
* * rpcdce.h: Add declaration for UuidCreateSequential.Christopher Faylor2003-04-161-0/+1
| | | | * rpcrt4.def: Add entry for UuidCreateSequential.
* 2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>Danny Smith2003-04-144-2/+65
| | | | | | | | | | | | | | | | * include/winuser.h (VK_*): Add missing defines. 2003-04-14 Vincent B�ron <papineau@users.sourceforge.net> * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently documented typedefs for struct _NM_UPDOWN. Add defines for backward comapatibility. * include/commdlg.h (OFN_ENABLESIZING): Add define. * include/wininet.h (IRF_*): Add issing defines. 2003-04-14 Bang Jun-Young <junyoung@netbsd.org> * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
* * include/sspi.h: Add comment for FreeCredentialsHandle.Earnie Boyd2003-04-111-0/+3
|
* 2003-04-07 Marcel Telka <telka@users.sourceforge.net>Danny Smith2003-04-071-1/+1
| | | | * include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
* 2003-03-30 Hans E. Molin <kvasi@users.sourceforge.net>Danny Smith2003-03-301-1/+1
| | | | * include/olectl.h (OleLoadPicturePath): Correct prototype.
* 2003-03-30 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-03-291-2/+124
| | | | | | | | | | | | * lib/uuid.c (IID_IHTML*): Move definitions to... * lib/mshtml-uuid.c: New file. * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a 2003-03-30 Michael Sazonov <traip@comset.net> * lib/uuid.c (IID_IHTML*): Add new GUID definitions. * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement, IHTMLImgElement): Add intetface definitions.
* * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,Danny Smith2003-03-291-47/+83
| | | | | | | | | STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS, UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW, WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of RC_INVOKED guard. (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT, WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
* 2003-03-28 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-03-291-0/+1
| | | | * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
* * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],Danny Smith2003-03-271-0/+19
| | | | | | TranslateName[AW]): Add prototypes. * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW], TranslateName[AW]): Add stubs.
* 2003-03-27 Vladimir Michl <michlv@users.sourceforge.net>Danny Smith2003-03-271-12/+12
| | | | | | | * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock, NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock, NdisDprReleaseSpinLock): Change macro argument from SpinLock to _SpinLock.
* * include/w32api.h: Increment version to 2.4.Earnie Boyd2003-03-261-2/+2
| | | | * Makefile.in: Ditto.
* Move some ddk defines to winnt.h as per MSDN documentationDanny Smith2003-03-265-327/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/ddk/batclass.h (BATTERY_REPORTING_SCALE) Move structure from here... * include/winnt.h (BATTERY_REPORTING_SCALE): To here. * include/ddk/ntapi.h (JOBOBJECT_*): Remove structures and enums definitions. (JOB_OBJECT*): Move defines from here... * include/winnt.h (JOB_OBJECT* ): To here. * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY, SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY, PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY, ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION, PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE, SYSTEM_POWER_CAPABILITIES): Move enums, structures and associated defines from here ... * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY, SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY, PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY, ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION, PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE, SYSTEM_POWER_CAPABILITIES):To here. * include/ddk/winddk.h (DEVICE_POWER_STATE, SYSTEM_POWER_STATE, POWER_ACTION): Move enums from here... * include/winnt.h (DEVICE_POWER_STATE, SYSTEM_POWER_STATE, POWER_ACTION): To here.
* * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.Danny Smith2003-03-181-2/+2
| | | | | Thanks to: Fabricio D. Rossi <gurusoda@users.sourceforge.net> (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
* 2003-03-17 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-03-172-6/+10
| | | | | | | * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes. (EnumResourceNames[AW]): Ditto. (EnumResourceTypes[AW]): Ditto. * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
* 2003-03-16 Toby Malone <malone@users.sourceforge.net>Danny Smith2003-03-171-0/+1
| | | | | * include/winuser.h (SendInput): Add prototype. * lib/user32.def (SendInput): Add stub.
* 2003-03-16 Vadim Yegorov <zg@bmg.lv>Danny Smith2003-03-161-3/+3
| | | | | * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro. (FSCTL_DELETE_REPARSE_POINT): Likewise.
* 2003-03-15 Bang Jun-Young <junyoung@netbsd.org> Danny Smith2003-03-151-0/+71
| | | | | * winnt.h (JOBOBJECTINFOCLASS): Define enum. (JOBOBJECT_*): Define corresponding structures.
* 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-03-142-2/+1
| | | | | | | | | | | | * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect typedef. 2003-03-13 Bang Jun-Young <junyoung@netbsd.org> * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports. (Process32{First,Next}{,W}): Ditto. (Thread32{First,Next}): Ditto. * include/ntdef.h (PCUNICODE_STRING): Add typedef.
* * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.Earnie Boyd2003-03-121-2/+2
| | | | Thanks to Jim Barton <jmbarton@users.sf.net>.
* 2003-03-12 Ranjit Mathew <rmathew@hotmail.com>Danny Smith2003-03-111-1/+2
| | | | | * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose member SectionAlignment.
* * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoidEarnie Boyd2003-03-111-1/+1
| | | | | | | | warnings. Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>. * Makefile.in (bindist): Correct process. * lib/Makefile.in (install): Ditto. Thanks to Jeff Bonnggren <jbon@users.sf.net>.
* * include/rasdlg.h: New file.Danny Smith2003-03-101-0/+148
| | | | | * lib/rasdlg.def: New file. * lib/test.c: Include rasdlg.h.