- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
commit02d45e52c501afff42c4da7effef155f02d44c82
authorJuergen Schmied <juergen.schmied@debitel.net>
Sun, 23 Jan 2000 22:35:33 +0000 (23 22:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 23 Jan 2000 22:35:33 +0000 (23 22:35 +0000)
treee75d92339b8c0c3c8b7bc1ae3b6eb45c36bd43e1
parent2527a33351101081fa24d1413165772537240585
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
  NtAllocateLocallyUniqueId
- implementation or stubs for NtAccessCheck, NtSetSecurityObject,
  RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
  RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
  RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
  RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
  RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
  RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
  RtlValidSid, RtlxUnicodeStringToOemSize
- corrected most RtlString* functions, added documentation
- more fixes and partial implementations
18 files changed:
dlls/advapi32/advapi32.spec
dlls/advapi32/security.c
dlls/ntdll/Makefile.in
dlls/ntdll/file.c
dlls/ntdll/misc.c [new file with mode: 0644]
dlls/ntdll/nt.c
dlls/ntdll/ntdll.spec
dlls/ntdll/ntdll_misc.h [new file with mode: 0644]
dlls/ntdll/om.c
dlls/ntdll/reg.c
dlls/ntdll/rtl.c
dlls/ntdll/rtlstr.c
dlls/ntdll/sec.c
dlls/ntdll/sync.c
include/ntddk.h
include/ntdef.h
include/ntsecapi.h
include/winbase.h