ddraw: Avoid LPD3DCLIPSTATUS.
[wine] / include / winternl.h
2006-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
2006-01-12  Vitaliy Margolenntdll: NtQueryInformationToken change parameters accord...
2006-01-10  Alexandre Julliardntdll: NtRaiseException doesn't need to be a register...
2006-01-03  Rolf Kalbermatterinclude: Fix DECLSPEC_NORETURN for compilation with...
2005-12-08  Alexandre Julliardntdll: Check for failure to get the user path in RtlOpe...
2005-11-07  Ivan Leo PuotiImplement RtlInitAnsiStringEx.
2005-10-28  Ivan Leo PuotiFix NtQueryDirectoryObject prototype, documentation...
2005-10-27  Ivan Leo PuotiAdd stub implementation for NtAccessCheckAndAuditAlarm.
2005-10-26  Vitaliy MargolenAdd OBJECT_BASIC_INFORMATION to winternl.h.
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-09-06  James HawkinsCorrect third parameter of NtQueryInformationAtom.
2005-08-16  Francois GougetDeclare PNTSTATUS in lmaccess.h and ntsecapi.h to match...
2005-08-11  Alexandre JulliardAdded a wine_unix_to_nt_file_name function to do proper...
2005-08-02  Alexandre JulliardImplemented a few trivial ntdll functions that have...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-10  Mike McCormackDefine the remaining Nt* functions.
2005-07-07  Mike McCormackAdd more Nt* functions.
2005-07-06  Mike McCormackAdd more Nt* functions.
2005-07-05  Paul VriensRemoved 4 bytes from the SYSTEM_PROCESSOR_PERFORMANCE_I...
2005-07-03  Mike McCormackDefine more Nt* functions.
2005-07-03  Felix NawothnigAdd some values to the PROCESS_INFORMATION_CLASS enumer...
2005-06-28  Mike McCormackDeclare some Nt* functions.
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-27  Mike McCormackDeclare some Nt* functions.
2005-06-24  Mike McCormackAdd prototype and fix RtlpNtCreateKey.
2005-06-23  James HawkinsAdd stub implementation of RtlAddAuditAccessAce.
2005-06-22  Mike McCormackDeclare RtlGUIDFromString and RtlStringFromGUID.
2005-06-21  Paul VriensAdded KERNEL_USER_TIMES struct.
2005-06-20  Mike McCormack- avoid winternl.h depending on winbase.h
2005-06-20  Robert ShearmanImplement RtlImpersonateSelf, RevertToSelf and MapGener...
2005-06-20  James HawkinsImplement RtlCopySecurityDescriptor.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-17  Mike McCormackDeclare Nt directory functions.
2005-06-16  Mike McCormackAdd/fix more NT native API declarations.
2005-06-14  Mike McCormackDeclare port functions and fix prototypes.
2005-06-13  Paul VriensFixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
2005-06-13  Mike McCormackAdd and fix function prototypes.
2005-06-12  James HawkinsAdd RtlAnsiCharToUnicodeChar definition.
2005-06-12  Eric KohlImplement RtlAdjustPrivilege.
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-07  Paul VriensAdd another (unknown) member to SYSTEM_THREAD_INFORMATION.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-06-06  Felix NawothnigMake SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE...
2005-06-03  Paul VriensChange SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP...
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-20  Ivan Leo PuotiRename SystemDriverInformation to SystemModuleInformation.
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-11  Paul VriensSorted some of the structs and made them consistent.
2005-05-11  Eric PouechImplemented NTDLL atom support.
2005-05-10  Paul VriensChanged SystemHandleList into SystemHandleInformation
2005-05-09  Paul VriensRemove HANDLEINFO struct.
2005-05-09  Paul VriensRemove the not used PROCESS_INFO struct.
2005-04-27  Alexandre JulliardAdded proper names for the remaining TEB fields.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-04-21  Paul VriensRemove THREAD_INFO struct.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-04-16  Mike McCormackDeclare and define a stub for NtSignalAndWaitForSingleO...
2005-04-16  Benjamin Cutler- Correct args for NtPowerInformation.
2005-04-11  Mike McCormackMove mailslot set and query info implementation to...
2005-03-29  James Hawkins- Implement NtLoadKey.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-03-19  Alexandre JulliardAdded support for the TLS expansion slots, adding an...
2005-02-15  Ivan Leo PuotiMove Rtl*Registry* structs, defines and prototypes...
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-01-28  Rein KlazesIn NtQuerySystemInformation, handle request for informa...
2005-01-26  Rein KlazesGet rid of the rdtsc cpu instruction method for calcula...
2005-01-24  Ivan Leo PuotiAdded NtLoadDriver and NtUnloadDriver stubs.
2005-01-20  Hans LeidekkerStub implementations for EnumPageFiles{A,W}, GetProcess...
2005-01-04  Alexandre JulliardFixed the FIXME in RtlNtStatusToDosError, and implemented
2004-12-22  Alexandre JulliardFixed prototypes of a couple of ntdll functions.
2004-12-21  Hans LeidekkerStub implementations for AdjustTokenGroups, AreAllAcces...
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-07  Robert ShearmanImplement handle tables and add tests for them.
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-09-10  Robert ReifDocument all the structure members up to SessionId...
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-01  Francois GougetDisable the RtlBitMap tests if compiling with the Micro...
2004-08-31  Francois GougetAdd PSZ to windef.h.
2004-08-27  Mike McCormackAdded a few more prototypes to the headers.
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-08-20  Mike McCormackAdded prototypes for a few more Native API functions.
2004-08-17  Mike McCormackStub implementation for NtSetInformationToken.
2004-08-16  Mike McCormackStub implementation and declaration for NtCreateNamedPi...
2004-08-04  Mike McCormackMoved FlushInstructionCache to ntdll.
2004-07-30  Alexandre JulliardAdded support for getting and setting the UI language.
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-05-10  Eric PouechFixed a missing typedef.
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-21  Mike McCormack* add some values to the SYSTEM_INFORMATION_CLASS enume...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesExW and GetCompressedFil...
2004-04-20  Robert ShearmanStub and documentation for RtlFormatMessage.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
next