mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Adding windows.winproxy.RtlMoveMemory
This commit is contained in:
@@ -400,6 +400,10 @@ def NtQueryKey(KeyHandle, KeyInformationClass, KeyInformation, Length, ResultLen
|
||||
def RtlEqualUnicodeString(String1, String2, CaseInSensitive):
|
||||
return RtlEqualUnicodeString.ctypes_function(String1, String2, CaseInSensitive)
|
||||
|
||||
@NtdllProxy(error_check=None)
|
||||
def RtlMoveMemory(Destination, Source, Length):
|
||||
return RtlMoveMemory.ctypes_function(Destination, Source, Length)
|
||||
|
||||
|
||||
# Firmware
|
||||
@NtdllProxy()
|
||||
|
||||
Reference in New Issue
Block a user