Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 13:19:54 +02:00
|
|
|
name advapi32
|
1996-03-31 18:40:13 +02:00
|
|
|
type win32
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 13:19:54 +02:00
|
|
|
|
|
|
|
0000 stub AbortSystemShutdownA
|
|
|
|
0001 stub AbortSystemShutdownW
|
1999-02-26 12:11:13 +01:00
|
|
|
0002 stdcall AccessCheck(ptr long long ptr ptr ptr ptr ptr) AccessCheck
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 13:19:54 +02:00
|
|
|
0003 stub AccessCheckAndAuditAlarmA
|
|
|
|
0004 stub AccessCheckAndAuditAlarmW
|
|
|
|
0005 stub AddAccessAllowedAce
|
|
|
|
0006 stub AddAccessDeniedAce
|
|
|
|
0007 stub AddAce
|
|
|
|
0008 stub AddAuditAccessAce
|
|
|
|
0009 stub AdjustTokenGroups
|
1997-06-29 20:08:02 +02:00
|
|
|
0010 stdcall AdjustTokenPrivileges(long long ptr long ptr ptr) AdjustTokenPrivileges
|
1997-02-15 15:29:56 +01:00
|
|
|
0011 stdcall AllocateAndInitializeSid(ptr long long long long long long long long long ptr) AllocateAndInitializeSid
|
1997-06-16 19:43:53 +02:00
|
|
|
0012 stdcall AllocateLocallyUniqueId(ptr) AllocateLocallyUniqueId
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 13:19:54 +02:00
|
|
|
0013 stub AreAllAccessesGranted
|
|
|
|
0014 stub AreAnyAccessesGranted
|
1999-02-26 12:11:13 +01:00
|
|
|
0015 stdcall BackupEventLogA (long str) BackupEventLogA
|
|
|
|
0016 stdcall BackupEventLogW (long wstr) BackupEventLogW
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 13:19:54 +02:00
|
|
|
0017 stub ChangeServiceConfigA
|
|
|
|
0018 stub ChangeServiceConfigW
|
1999-02-26 12:11:13 +01:00
|
|
|
0019 stdcall ClearEventLogA (long str) ClearEventLogA
|
|
|
|
0020 stdcall ClearEventLogW (long wstr) ClearEventLogW
|
|
|
|
0021 stdcall CloseEventLog (long) CloseEventLog
|
Release 980503
Thu Apr 30 16:28:12 1998 James Juran <jrj120@psu.edu>
* [scheduler/process.c]
Implemented GetExitCodeProcess. The code is a direct translation
of GetExitCodeThread.
Mon Apr 27 22:20:25 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
* [loader/pe_image.c]
Unload dummy module when PE_LoadLibraryEx32A fails with
PE_LoadImage (makes Encarta 98 installer proceed).
* [files/drive.c]
Make GetDriveType16 return DRIVE_REMOVABLE for TYPE_CDROM.
Make GetCurrentDirectory32 behave like the code does and not
like the help describes.
* [files/profile.c]
Revoke recent change in PROFILE_GetSection and try better
handling of special case.
* [include/windows.h]
Change definition of ACCEL32.
* [misc/commdlg.c]
Replace the GetXXXFilename32 macros by normal code.
Fix two reported bugs in my changes to commdlg.
* [windows/win.c]
Add a hook to catch bogus WM_SIZE messages by emitting a warning
in the appropriate case.
* [objects/bitmap.c]
Reject unreasonbable large size arguments in
CreateCompatibleBitmap32 and add an fixme for that situation.
Sun Apr 26 18:30:07 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [include/ldt.h] [debugger/*.c] [miscemu/instr.c]
Added IS_SELECTOR_SYSTEM and IS_SELECTOR_32BIT macros.
Make instruction emulation support system selectors.
* [loader/*.c]
Started moving NE specific functions to the new loader/ne
directory.
* [memory/environ.c]
Enforce the 127 chars limit only when creating the environment of
a Win16 process.
Sun Apr 26 12:22:23 1998 Andreas Mohr <100.30936@germany.net>
* [files/file.c]
Fixed an incredible typo in CopyFile32A that made it unusable
since a rewrite in 970112 (!!).
* [files/directory.c]
Fixed GetTempPath32A/W to include trailing backslash.
* [misc/ver.c]
Make find_pe_resource "work" with corrupt files.
* [misc/wsprintf.c]
Altered WPRINTF_ParseFormatA/W to treat invalid format chars
as normal output, too.
* [msdos/dpmi.c]
Implemented "Allocate/Free real mode callback" (0x0303/0x0304).
Cross your fingers if you need to use it ;) (completely untested)
Implemented "Call real mode proc with far return" (0x0301, tested).
* [msdos/int21.c]
Fixed ioctlGenericBlkDevReq/0x60.
* [relay32/dplayx.spec] [relay32/builtin32.c] [relay32/Makefile.in]
Added built-in DPLAYX.DLL.
* [windows/win.c]
Fixed GetWindowWord()/GWW_HWNDPARENT to return the window's owner
if it has no parent (SDK).
Sat Apr 25 15:09:53 1998 M.T.Fortescue <mark@mtfhpc.demon.co.uk>
* [debugger/db_disasm.c]
Fixed disassemble bug for no-display option and 'lock',
'repne' and 'repe' prefixes.
* [debugger/registers.c]
Added textual flag description output on 'info regs'.
Sat Apr 25 14:18:26 1998 Matthew Becker <mbecker@glasscity.net>
* [*/*.c]
Added stubs and/or documentation for the following functions:
LookupPrivilegeValue, OpenService, ControlService, RegGetKeySecurity,
StartService, SetComputerName, DeleteService, CloseServiceHandle,
OpenProcessToken, OpenSCManager, DeregisterEventSource,
WaitForDebugEvent, WaitForInputIdle, RegisterEventSource,
SetDebugErrorLevel, SetConsoleCursorPosition, ChoosePixelFormat,
SetPixelFormat, GetPixelFormat, DescribePixelFormat, SwapBuffers,
PolyBezier, AbortPath, DestroyAcceleratorTable, HeapWalk,
DdeInitialize, DdeUninitialize, DdeConnectList, DdeDisconnectList,
DdeCreateStringHandle, DdePostAdvise, DdeGetData, DdeNameService,
DdeGetLastError, WNetGetDirectoryType, EnumPrinters, RegFlushKey,
RegGetKeySecurity, DllGetClassObject, DllCanUnloadNow, CreateBitmap,
CreateCompatibleBitmap, CreateBitmapIndirect, GetBitmapBits,
SetBitmapBits, LoadImage, CopyImage, LoadBitmap, DrawIcon,
CreateDiscardableBitmap, SetDIBits, GetCharABCWidths, LoadTypeLib,
SetConsoleCtrlHandler, CreateConsoleScreenBuffer, ReadConsoleInput,
GetConsoleCursorInfo, SetConsoleCursorInfo, SetConsoleWindowInfo,
SetConsoleTextAttribute, SetConsoleScreenBufferSize,
FillConsoleOutputCharacter, FillConsoleOutputAttribute,
CreateMailslot, GetMailslotInfo, GetCompressedFileSize,
GetProcessWindowStation, GetThreadDesktop, SetDebugErrorLevel,
WaitForDebugEvent, SetComputerName, CreateMDIWindow.
Thu Apr 23 23:54:04 1998 Douglas Ridgway <ridgway@winehq.com>
* [include/windows.h] [objects/enhmetafile.c] [relay32/gdi32.spec]
Implement CopyEnhMetaFile, Get/SetEnhMetaFileBits, other fixes.
* [include/windows.h] [objects/metafile.c] [relay32/gdi32.spec]
32-bit metafile fixes, implement EnumMetaFile32, GetMetaFileBitsEx.
* [objects/font.c] [graphics/x11drv/xfont.c] [graphics/x11drv/text.c]
Some rotated text support for X11R6 displays.
* [win32/newfns.c] [ole/ole2nls.c]
Moved GetNumberFormat32A.
Wed Apr 22 17:38:20 1998 David Lee Lambert <lamber45@egr.msu.edu>
* [ole/ole2nls.c] [misc/network.c]
Changed some function documentation to the new style.
* [misc/network.c] [include/windows.h] [if1632/user.spec]
[relay32/mpr.spec] [misc/mpr.c]
Added stubs for some Win32 network functions; renamed some
16-bit ones with 32-bit counterparts, as well as
WNetGetDirectoryType; moved the stubs in misc/mpr.c (three of
them!) to misc/network.c.
* [ole/compobj.c] [ole/storage.c] [ole/ole2disp.c]
[ole/ole2nls.c] [ole/folders.c] [ole/moniker.c] [ole/ole2.c]
[graphics/fontengine.c] [graphics/ddraw.c] [graphics/env.c]
[graphics/driver.c] [graphics/escape.c]
Changed fprintf's to proper debug-macros.
* [include/winnls.h]
Added some flags (for internal use).
* [ole/ole2nls.c]
Added the Unicode core function, and worked out a way to hide
the commonality of the core.
* [relay32/kernel32.spec]
Added support for GetDate/Time32A/W.
Wed Apr 22 09:16:03 1998 Gordon Chaffee <chaffee@cs.berkeley.edu>
* [win32/code_page.c]
Fixed problem with MultiByteToWideChar that was introduced in
last release. Made MultiByteToWideChar more compatible with Win32.
* [graphics/x11drv/graphics.c]
Fixed problem with drawing arcs.
Tue Apr 21 11:24:58 1998 Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu>
* [ole/ole2nls.c]
Move stuff from 0x409 case to Lang_En.
* [relay32/user32.spec] [windows/winpos.c]
Added stubs for GetWindowRgn32 and SetWindowRgn32. Makes Office
Paperclip happy.
Tue Apr 21 11:16:16 1998 Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu>
* [loader/pe_image.c]
If image is relocated, TLS addresses need to be adjusted.
* [debugger/*.c]
Generalized tests for 32-bit segments.
Tue Apr 21 02:04:59 1998 James Juran <jrj120@psu.edu>
* [misc/*.c] [miscemu/*.c] [msdos/*.c] [if1632/*.c]
[include/*.h] [loader/*.c] [memory/*.c] [multimedia/*.c]
[objects/*.c]
Almost all fprintf statements converted to appropriate
debug messages.
* [README]
Updated "GETTING MORE INFORMATION" section to include WineHQ.
* [documentation/debugger]
Fixed typo.
* [windows/defwnd.c]
Added function documentation.
Sun Apr 19 16:30:58 1998 Marcus Meissner <marcus@mud.de>
* [Make.rules.in]
Added lint target (using lclint).
* [relay32/oleaut32.spec][relay32/Makefile.in][ole/typelib.c]
[ole/ole2disp.c]
Added oleaut32 spec, added some SysString functions.
* [if1632/signal.c]
Added printing of faultaddress in Linux (using CR2 debug register).
* [configure.in]
Added <sys/types.h> for statfs checks.
* [loader/*.c][debugger/break.c][debugger/hash.c]
Started to split win32/win16 module handling, preparing support
for other binary formats (like ELF).
Sat Apr 18 10:07:41 1998 Rein Klazes <rklazes@casema.net>
* [misc/registry.c]
Fixed a bug that made RegQueryValuexxx returning
incorrect registry values.
Fri Apr 17 22:59:22 1998 Alexander V. Lukyanov <lav@long.yar.ru>
* [misc/lstr.c]
FormatMessage32*: remove linefeed when nolinefeed set;
check for target underflow.
Fri Apr 17 00:38:14 1998 Alexander V. Lukyanov <lav@long.yar.ru>
* [misc/crtdll.c]
Implement xlat_file_ptr for CRT stdin/stdout/stderr address
translation.
Wed Apr 15 20:43:56 1998 Jim Peterson <jspeter@birch.ee.vt.edu>
* [controls/menu.c]
Added 'odaction' parameter to MENU_DrawMenuItem() and redirected
WM_DRAWITEM messages to GetWindow(hwnd,GW_OWNER).
Tue Apr 14 16:17:55 1998 Berend Reitsma <berend@united-info.com>
* [graphics/metafiledrv/init.c] [graphics/painting.c]
[graphics/win16drv/init.c] [graphics/x11drv/graphics.c]
[graphics/x11drv/init.c] [include/gdi.h] [include/x11drv.h]
[relay32/gdi32.spec]
Added PolyPolyline routine.
* [windows/winproc.c]
Changed WINPROC_GetProc() to return proc instead of &(jmp proc).
1998-05-03 21:01:20 +02:00
|
|
|
0022 stdcall CloseServiceHandle(long) CloseServiceHandle
|
|
|
|
0023 stdcall ControlService(long long ptr) ControlService
|
1997-02-15 15:29:56 +01:00
|
|
|
0024 stdcall CopySid(long ptr ptr) CopySid
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 13:19:54 +02:00
|
|
|
0025 stub CreatePrivateObjectSecurity
|
|
|
|
0026 stub CreateProcessAsUserA
|
|
|
|
0027 stub CreateProcessAsUserW
|
1999-02-26 12:11:13 +01:00
|
|
|
0028 stdcall CreateServiceA(long ptr ptr long long long long ptr ptr ptr ptr ptr ptr) CreateServiceA
|
|
|
|
0029 stdcall CreateServiceW (long ptr ptr long long long long ptr ptr ptr ptr ptr ptr) CreateServiceA
|
1999-02-13 10:08:33 +01:00
|
|
|
0030 stdcall CryptAcquireContextA(ptr str str long long) CryptAcquireContextA
|
|
|
|
0031 stub CryptAcquireContextW
|
|
|
|
0032 stub CryptContextAddRef
|
|
|
|
0033 stub CryptCreateHash
|
|
|
|
0034 stub CryptDecrypt
|
|
|
|
0035 stub CryptDeriveKey
|
|
|
|
0036 stub CryptDestroyHash
|
|
|
|
0037 stub CryptDestroyKey
|
|
|
|
0038 stub CryptDuplicateKey
|
|
|
|
0039 stub CryptDuplicateHash
|
|
|
|
0040 stub CryptEncrypt
|
|
|
|
0041 stub CryptEnumProvidersA
|
|
|
|
0042 stub CryptEnumProvidersW
|
|
|
|
0043 stub CryptEnumProviderTypesA
|
|
|
|
0044 stub CryptEnumProviderTypesW
|
|
|
|
0045 stub CryptExportKey
|
|
|
|
0046 stub CryptGenKey
|
|
|
|
0047 stub CryptGetKeyParam
|
|
|
|
0048 stub CryptGetHashParam
|
|
|
|
0049 stub CryptGetProvParam
|
|
|
|
0050 stub CryptGenRandom
|
|
|
|
0051 stub CryptGetDefaultProviderA
|
|
|
|
0052 stub CryptGetDefaultProviderW
|
|
|
|
0053 stub CryptGetUserKey
|
|
|
|
0054 stub CryptHashData
|
|
|
|
0055 stub CryptHashSessionKey
|
|
|
|
0056 stub CryptImportKey
|
|
|
|
0057 stub CryptReleaseContext
|
|
|
|
0058 stub CryptSetHashParam
|
|
|
|
0059 stub CryptSetProvParam
|
|
|
|
0060 stub CryptSignHashA
|
|
|
|
0061 stub CryptSignHashW
|
|
|
|
0062 stub CryptSetProviderA
|
|
|
|
0063 stub CryptSetProviderW
|
|
|
|
0064 stub CryptSetProviderExA
|
|
|
|
0065 stub CryptSetProviderExW
|
|
|
|
0066 stub CryptVerifySignatureA
|
|
|
|
0067 stub CryptVerifySignatureW
|
|
|
|
0068 stub DeleteAce
|
|
|
|
0069 stdcall DeleteService(long) DeleteService
|
1999-02-26 12:11:13 +01:00
|
|
|
0070 stdcall DeregisterEventSource(long) DeregisterEventSource
|
1999-02-13 10:08:33 +01:00
|
|
|
0071 stub DestroyPrivateObjectSecurity
|
|
|
|
0072 stub DuplicateToken
|
|
|
|
0073 stub EnumDependentServicesA
|
|
|
|
0074 stub EnumDependentServicesW
|
1999-02-26 12:11:13 +01:00
|
|
|
0075 stdcall EnumServicesStatusA (long long long ptr long ptr ptr ptr) EnumServicesStatusA
|
|
|
|
0076 stdcall EnumServicesStatusW (long long long ptr long ptr ptr ptr) EnumServicesStatusA
|
1999-02-13 10:08:33 +01:00
|
|
|
0077 stdcall EqualPrefixSid(ptr ptr) EqualPrefixSid
|
|
|
|
0078 stdcall EqualSid(ptr ptr) EqualSid
|
|
|
|
0079 stub FindFirstFreeAce
|
|
|
|
0080 stdcall FreeSid(ptr) FreeSid
|
|
|
|
0081 stub GetAce
|
|
|
|
0082 stub GetAclInformation
|
1999-02-26 12:11:13 +01:00
|
|
|
0083 stdcall GetFileSecurityA(str long ptr long ptr) GetFileSecurityA
|
|
|
|
0084 stdcall GetFileSecurityW(wstr long ptr long ptr) GetFileSecurityW
|
1999-02-13 10:08:33 +01:00
|
|
|
0085 stub GetKernelObjectSecurity
|
|
|
|
0086 stdcall GetLengthSid(ptr) GetLengthSid
|
1999-02-26 12:11:13 +01:00
|
|
|
0087 stdcall GetNumberOfEventLogRecords (long ptr) GetNumberOfEventLogRecords
|
|
|
|
0088 stdcall GetOldestEventLogRecord (long ptr) GetOldestEventLogRecord
|
1999-02-13 10:08:33 +01:00
|
|
|
0089 stub GetPrivateObjectSecurity
|
1999-02-26 12:11:13 +01:00
|
|
|
0090 stdcall GetSecurityDescriptorControl (ptr ptr ptr) GetSecurityDescriptorControl
|
1999-02-19 17:29:05 +01:00
|
|
|
0091 stdcall GetSecurityDescriptorDacl (ptr ptr ptr ptr) GetSecurityDescriptorDacl
|
1999-02-13 10:08:33 +01:00
|
|
|
0092 stdcall GetSecurityDescriptorGroup(ptr ptr ptr) GetSecurityDescriptorGroup
|
|
|
|
0093 stdcall GetSecurityDescriptorLength(ptr) GetSecurityDescriptorLength
|
|
|
|
0094 stdcall GetSecurityDescriptorOwner(ptr ptr ptr) GetSecurityDescriptorOwner
|
1999-03-09 18:47:51 +01:00
|
|
|
0095 stdcall GetSecurityDescriptorSacl (ptr ptr ptr ptr) GetSecurityDescriptorSacl
|
1999-02-13 10:08:33 +01:00
|
|
|
0096 stub GetServiceDisplayNameA
|
|
|
|
0097 stub GetServiceDisplayNameW
|
|
|
|
0098 stub GetServiceKeyNameA
|
|
|
|
0099 stub GetServiceKeyNameW
|
|
|
|
0100 stdcall GetSidIdentifierAuthority(ptr) GetSidIdentifierAuthority
|
|
|
|
0101 stdcall GetSidLengthRequired(long) GetSidLengthRequired
|
|
|
|
0102 stdcall GetSidSubAuthority(ptr long) GetSidSubAuthority
|
|
|
|
0103 stdcall GetSidSubAuthorityCount(ptr) GetSidSubAuthorityCount
|
|
|
|
0104 stdcall GetTokenInformation(long long ptr long ptr) GetTokenInformation
|
1999-02-26 12:11:13 +01:00
|
|
|
0105 stdcall GetUserNameA(ptr ptr) GetUserNameA
|
|
|
|
0106 stdcall GetUserNameW(ptr ptr) GetUserNameW
|
1999-02-13 10:08:33 +01:00
|
|
|
0107 stub ImpersonateLoggedOnUser
|
|
|
|
0108 stub ImpersonateNamedPipeClient
|
1999-02-26 12:11:13 +01:00
|
|
|
0109 stdcall ImpersonateSelf(long) ImpersonateSelf
|
1999-02-13 10:08:33 +01:00
|
|
|
0110 stub InitializeAcl
|
|
|
|
0111 stdcall InitializeSecurityDescriptor(ptr long) InitializeSecurityDescriptor
|
|
|
|
0112 stdcall InitializeSid(ptr ptr long) InitializeSid
|
|
|
|
0113 stub InitiateSystemShutdownA
|
|
|
|
0114 stub InitiateSystemShutdownW
|
|
|
|
0115 stdcall IsTextUnicode(ptr long ptr) RtlIsTextUnicode
|
|
|
|
0116 stub IsValidAcl
|
|
|
|
0117 stdcall IsValidSecurityDescriptor(ptr) IsValidSecurityDescriptor
|
|
|
|
0118 stdcall IsValidSid(ptr) IsValidSid
|
|
|
|
0119 stub LockServiceDatabase
|
|
|
|
0120 stub LogonUserA
|
|
|
|
0121 stub LogonUserW
|
|
|
|
0122 stub LookupAccountNameA
|
|
|
|
0123 stub LookupAccountNameW
|
1999-02-26 12:11:13 +01:00
|
|
|
0124 stdcall LookupAccountSidA(ptr ptr ptr ptr ptr ptr ptr) LookupAccountSidA
|
|
|
|
0125 stdcall LookupAccountSidW(ptr ptr ptr ptr ptr ptr ptr) LookupAccountSidW
|
1999-02-13 10:08:33 +01:00
|
|
|
0126 stub LookupPrivilegeDisplayNameA
|
|
|
|
0127 stub LookupPrivilegeDisplayNameW
|
|
|
|
0128 stub LookupPrivilegeNameA
|
|
|
|
0129 stub LookupPrivilegeNameW
|
1999-02-26 12:11:13 +01:00
|
|
|
0130 stdcall LookupPrivilegeValueA(ptr ptr ptr) LookupPrivilegeValueA
|
|
|
|
0131 stdcall LookupPrivilegeValueW(ptr ptr ptr) LookupPrivilegeValueW
|
1999-02-13 10:08:33 +01:00
|
|
|
0132 stub MakeAbsoluteSD
|
|
|
|
0133 stdcall MakeSelfRelativeSD(ptr ptr ptr) MakeSelfRelativeSD
|
|
|
|
0134 stub MapGenericMask
|
|
|
|
0135 stdcall NotifyBootConfigStatus(long) NotifyBootConfigStatus
|
1999-02-26 12:11:13 +01:00
|
|
|
0136 stdcall NotifyChangeEventLog (long long) NotifyChangeEventLog
|
1999-02-13 10:08:33 +01:00
|
|
|
0137 stub ObjectCloseAuditAlarmA
|
|
|
|
0138 stub ObjectCloseAuditAlarmW
|
|
|
|
0139 stub ObjectOpenAuditAlarmA
|
|
|
|
0140 stub ObjectOpenAuditAlarmW
|
|
|
|
0141 stub ObjectPrivilegeAuditAlarmA
|
|
|
|
0142 stub ObjectPrivilegeAuditAlarmW
|
1999-02-26 12:11:13 +01:00
|
|
|
0143 stdcall OpenBackupEventLogA (str str) OpenBackupEventLogA
|
|
|
|
0144 stdcall OpenBackupEventLogW (wstr wstr) OpenBackupEventLogW
|
|
|
|
0145 stdcall OpenEventLogA (str str) OpenEventLogA
|
|
|
|
0146 stdcall OpenEventLogW (wstr wstr) OpenEventLogW
|
1999-02-13 10:08:33 +01:00
|
|
|
0147 stdcall OpenProcessToken(long long ptr) OpenProcessToken
|
1999-02-26 12:11:13 +01:00
|
|
|
0148 stdcall OpenSCManagerA(ptr ptr long) OpenSCManagerA
|
|
|
|
0149 stdcall OpenSCManagerW(ptr ptr long) OpenSCManagerW
|
|
|
|
0150 stdcall OpenServiceA(long str long) OpenServiceA
|
|
|
|
0151 stdcall OpenServiceW(long wstr long) OpenServiceW
|
1999-02-13 10:08:33 +01:00
|
|
|
0152 stdcall OpenThreadToken(long long long ptr) OpenThreadToken
|
|
|
|
0153 stub PrivilegeCheck
|
|
|
|
0154 stub PrivilegedServiceAuditAlarmA
|
|
|
|
0155 stub PrivilegedServiceAuditAlarmW
|
|
|
|
0156 stub QueryServiceConfigA
|
|
|
|
0157 stub QueryServiceConfigW
|
|
|
|
0158 stub QueryServiceLockStatusA
|
|
|
|
0159 stub QueryServiceLockStatusW
|
|
|
|
0160 stub QueryServiceObjectSecurity
|
|
|
|
0161 stdcall QueryServiceStatus(long ptr) QueryServiceStatus
|
1999-02-26 12:11:13 +01:00
|
|
|
0162 stdcall ReadEventLogA (long long long ptr long ptr ptr) ReadEventLogA
|
|
|
|
0163 stdcall ReadEventLogW (long long long ptr long ptr ptr) ReadEventLogW
|
1999-02-13 10:08:33 +01:00
|
|
|
0164 stdcall RegCloseKey(long) RegCloseKey
|
1999-02-26 12:11:13 +01:00
|
|
|
0165 stdcall RegConnectRegistryA(str long ptr) RegConnectRegistryA
|
|
|
|
0166 stdcall RegConnectRegistryW(wstr long ptr) RegConnectRegistryW
|
|
|
|
0167 stdcall RegCreateKeyA(long str ptr) RegCreateKeyA
|
|
|
|
0168 stdcall RegCreateKeyExA(long str long ptr long long ptr ptr ptr) RegCreateKeyExA
|
|
|
|
0169 stdcall RegCreateKeyExW(long wstr long ptr long long ptr ptr ptr) RegCreateKeyExW
|
|
|
|
0170 stdcall RegCreateKeyW(long wstr ptr) RegCreateKeyW
|
|
|
|
0171 stdcall RegDeleteKeyA(long str) RegDeleteKeyA
|
|
|
|
0172 stdcall RegDeleteKeyW(long wstr) RegDeleteKeyW
|
|
|
|
0173 stdcall RegDeleteValueA(long str) RegDeleteValueA
|
|
|
|
0174 stdcall RegDeleteValueW(long wstr) RegDeleteValueW
|
|
|
|
0175 stdcall RegEnumKeyA(long long ptr long) RegEnumKeyA
|
|
|
|
0176 stdcall RegEnumKeyExA(long long ptr ptr ptr ptr ptr ptr) RegEnumKeyExA
|
|
|
|
0177 stdcall RegEnumKeyExW(long long ptr ptr ptr ptr ptr ptr) RegEnumKeyExW
|
|
|
|
0178 stdcall RegEnumKeyW(long long ptr long) RegEnumKeyW
|
|
|
|
0179 stdcall RegEnumValueA(long long ptr ptr ptr ptr ptr ptr) RegEnumValueA
|
|
|
|
0180 stdcall RegEnumValueW(long long ptr ptr ptr ptr ptr ptr) RegEnumValueW
|
1999-02-13 10:08:33 +01:00
|
|
|
0181 stdcall RegFlushKey(long) RegFlushKey
|
|
|
|
0182 stdcall RegGetKeySecurity(long long ptr ptr) RegGetKeySecurity
|
1999-02-26 12:11:13 +01:00
|
|
|
0183 stdcall RegLoadKeyA(long str str) RegLoadKeyA
|
|
|
|
0184 stdcall RegLoadKeyW(long wstr wstr) RegLoadKeyW
|
1999-02-13 10:08:33 +01:00
|
|
|
0185 stdcall RegNotifyChangeKeyValue(long long long long long) RegNotifyChangeKeyValue
|
1999-02-26 12:11:13 +01:00
|
|
|
0186 stdcall RegOpenKeyA(long str ptr) RegOpenKeyA
|
|
|
|
0187 stdcall RegOpenKeyExA(long str long long ptr) RegOpenKeyExA
|
|
|
|
0188 stdcall RegOpenKeyExW(long wstr long long ptr) RegOpenKeyExW
|
|
|
|
0189 stdcall RegOpenKeyW(long wstr ptr) RegOpenKeyW
|
|
|
|
0190 stdcall RegQueryInfoKeyA(long ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr) RegQueryInfoKeyA
|
|
|
|
0191 stdcall RegQueryInfoKeyW(long ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr) RegQueryInfoKeyW
|
1999-02-13 10:08:33 +01:00
|
|
|
0192 stub RegQueryMultipleValuesA
|
|
|
|
0193 stub RegQueryMultipleValuesW
|
1999-02-26 12:11:13 +01:00
|
|
|
0194 stdcall RegQueryValueA(long str ptr ptr) RegQueryValueA
|
|
|
|
0195 stdcall RegQueryValueExA(long str ptr ptr ptr ptr) RegQueryValueExA
|
|
|
|
0196 stdcall RegQueryValueExW(long wstr ptr ptr ptr ptr) RegQueryValueExW
|
|
|
|
0197 stdcall RegQueryValueW(long wstr ptr ptr) RegQueryValueW
|
1999-02-13 10:08:33 +01:00
|
|
|
0198 stub RegRemapPreDefKey
|
1999-02-26 12:11:13 +01:00
|
|
|
0199 stdcall RegReplaceKeyA(long str str str) RegReplaceKeyA
|
|
|
|
0200 stdcall RegReplaceKeyW(long wstr wstr wstr) RegReplaceKeyW
|
|
|
|
0201 stdcall RegRestoreKeyA(long str long) RegRestoreKeyA
|
|
|
|
0202 stdcall RegRestoreKeyW(long wstr long) RegRestoreKeyW
|
|
|
|
0203 stdcall RegSaveKeyA(long ptr ptr) RegSaveKeyA
|
|
|
|
0204 stdcall RegSaveKeyW(long ptr ptr) RegSaveKeyW
|
1999-02-13 10:08:33 +01:00
|
|
|
0205 stdcall RegSetKeySecurity(long long ptr) RegSetKeySecurity
|
1999-02-26 12:11:13 +01:00
|
|
|
0206 stdcall RegSetValueA(long str long ptr long) RegSetValueA
|
|
|
|
0207 stdcall RegSetValueExA(long str long long ptr long) RegSetValueExA
|
|
|
|
0208 stdcall RegSetValueExW(long wstr long long ptr long) RegSetValueExW
|
|
|
|
0209 stdcall RegSetValueW(long wstr long ptr long) RegSetValueW
|
|
|
|
0210 stdcall RegUnLoadKeyA(long str) RegUnLoadKeyA
|
|
|
|
0211 stdcall RegUnLoadKeyW(long wstr) RegUnLoadKeyW
|
|
|
|
0212 stdcall RegisterEventSourceA(ptr ptr) RegisterEventSourceA
|
|
|
|
0213 stdcall RegisterEventSourceW(ptr ptr) RegisterEventSourceW
|
1999-02-13 10:08:33 +01:00
|
|
|
0214 stdcall RegisterServiceCtrlHandlerA (ptr ptr) RegisterServiceCtrlHandlerA
|
|
|
|
0215 stdcall RegisterServiceCtrlHandlerW (ptr ptr) RegisterServiceCtrlHandlerW
|
1999-02-26 12:11:13 +01:00
|
|
|
0216 stdcall ReportEventA (long long long long ptr long long str ptr) ReportEventA
|
|
|
|
0217 stdcall ReportEventW (long long long long ptr long long wstr ptr) ReportEventW
|
1999-02-13 10:08:33 +01:00
|
|
|
0218 stdcall RevertToSelf() RevertToSelf
|
|
|
|
0219 stub SetAclInformation
|
1999-02-26 12:11:13 +01:00
|
|
|
0220 stdcall SetFileSecurityA(str long ptr ) SetFileSecurityA
|
|
|
|
0221 stdcall SetFileSecurityW(wstr long ptr) SetFileSecurityW
|
1999-02-13 10:08:33 +01:00
|
|
|
0222 stub SetKernelObjectSecurity
|
|
|
|
0223 stub SetPrivateObjectSecurity
|
1999-02-19 17:29:05 +01:00
|
|
|
0224 stdcall SetSecurityDescriptorDacl(ptr long ptr long) SetSecurityDescriptorDacl
|
|
|
|
0225 stdcall SetSecurityDescriptorGroup (ptr ptr long) SetSecurityDescriptorGroup
|
|
|
|
0226 stdcall SetSecurityDescriptorOwner (ptr ptr long) SetSecurityDescriptorOwner
|
|
|
|
0227 stdcall SetSecurityDescriptorSacl(ptr long ptr long) SetSecurityDescriptorSacl
|
1999-02-13 10:08:33 +01:00
|
|
|
0228 stub SetServiceBits
|
|
|
|
0229 stub SetServiceObjectSecurity
|
|
|
|
0230 stdcall SetServiceStatus(long long)SetServiceStatus
|
1999-07-10 12:17:27 +02:00
|
|
|
0231 stdcall SetThreadToken (ptr ptr) SetThreadToken
|
1999-02-13 10:08:33 +01:00
|
|
|
0232 stub SetTokenInformation
|
1999-02-26 12:11:13 +01:00
|
|
|
0233 stdcall StartServiceA(long long ptr) StartServiceA
|
|
|
|
0234 stdcall StartServiceCtrlDispatcherA(ptr) StartServiceCtrlDispatcherA
|
|
|
|
0235 stdcall StartServiceCtrlDispatcherW(ptr) StartServiceCtrlDispatcherW
|
|
|
|
0236 stdcall StartServiceW(long long ptr) StartServiceW
|
1999-02-13 10:08:33 +01:00
|
|
|
0237 stub UnlockServiceDatabase
|
|
|
|
0238 stdcall LsaOpenPolicy(long long long long) LsaOpenPolicy
|
|
|
|
0239 stub LsaLookupSids
|
|
|
|
0240 stub LsaFreeMemory
|
|
|
|
0241 stub LsaQueryInformationPolicy
|
|
|
|
0242 stub LsaClose
|
|
|
|
0243 stub LsaSetInformationPolicy
|
|
|
|
0244 stub LsaLookupNames
|
|
|
|
0245 stub SystemFunction001
|
|
|
|
0246 stub SystemFunction002
|
|
|
|
0247 stub SystemFunction003
|
|
|
|
0248 stub SystemFunction004
|
|
|
|
0249 stub SystemFunction005
|
|
|
|
0250 stub SystemFunction006
|
|
|
|
0251 stub SystemFunction007
|
|
|
|
0252 stub SystemFunction008
|
|
|
|
0253 stub SystemFunction009
|
|
|
|
0254 stub SystemFunction010
|
|
|
|
0255 stub SystemFunction011
|
|
|
|
0256 stub SystemFunction012
|
|
|
|
0257 stub SystemFunction013
|
|
|
|
0258 stub SystemFunction014
|
|
|
|
0259 stub SystemFunction015
|
|
|
|
0260 stub SystemFunction016
|
|
|
|
0261 stub SystemFunction017
|
|
|
|
0262 stub SystemFunction018
|
|
|
|
0263 stub SystemFunction019
|
|
|
|
0264 stub SystemFunction020
|
|
|
|
0265 stub SystemFunction021
|
|
|
|
0266 stub SystemFunction022
|
|
|
|
0267 stub SystemFunction023
|
|
|
|
0268 stub SystemFunction024
|
|
|
|
0269 stub SystemFunction025
|
|
|
|
0270 stub SystemFunction026
|
|
|
|
0271 stub SystemFunction027
|
|
|
|
0272 stub SystemFunction028
|
|
|
|
0273 stub SystemFunction029
|
|
|
|
0274 stub SystemFunction030
|
|
|
|
0275 stub LsaQueryInfoTrustedDomain
|
|
|
|
0276 stub LsaQuerySecret
|
|
|
|
0277 stub LsaCreateSecret
|
|
|
|
0278 stub LsaOpenSecret
|
|
|
|
0279 stub LsaCreateTrustedDomain
|
|
|
|
0280 stub LsaOpenTrustedDomain
|
|
|
|
0281 stub LsaSetSecret
|
|
|
|
0282 stub LsaQuerySecret
|
|
|
|
0283 stub LsaCreateAccount
|
|
|
|
0284 stub LsaAddPrivilegesToAccount
|
|
|
|
0285 stub LsaRemovePrivilegesFromAccount
|
|
|
|
0286 stub LsaDelete
|
|
|
|
0287 stub LsaSetSystemAccessAccount
|
|
|
|
0288 stub LsaEnumeratePrivilegesOfAccount
|
|
|
|
0289 stub LsaEnumerateAccounts
|
|
|
|
0290 stub LsaOpenTrustedDomain
|
|
|
|
0291 stub LsaGetSystemAccessAccount
|
|
|
|
0292 stub LsaSetInformationTrustedDomain
|
|
|
|
0293 stub LsaEnumerateTrustedDomains
|
|
|
|
0294 stub LsaOpenAccount
|
|
|
|
0295 stub LsaEnumeratePrivileges
|
|
|
|
0296 stub LsaLookupPrivilegeDisplayName
|
|
|
|
0297 stub LsaICLookupNames
|
|
|
|
0298 stub ElfRegisterEventSourceW
|
|
|
|
0299 stub ElfReportEventW
|
|
|
|
0300 stub ElfDeregisterEventSource
|
|
|
|
0301 stub ElfDeregisterEventSourceW
|
|
|
|
0302 stub I_ScSetServiceBit
|
|
|
|
0303 stdcall SynchronizeWindows31FilesAndWindowsNTRegistry(long long long long) SynchronizeWindows31FilesAndWindowsNTRegistry
|
|
|
|
0304 stdcall QueryWindows31FilesMigration(long) QueryWindows31FilesMigration
|
|
|
|
0305 stub LsaICLookupSids
|
|
|
|
0306 stub SystemFunction031
|
|
|
|
0307 stub I_ScSetServiceBitsA
|
|
|
|
0308 stub EnumServiceGroupA
|
|
|
|
0309 stub EnumServiceGroupW
|