Kernel32Wow64RevertWow64FsRedirection Method
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Kernel32.dll", ExactSpelling = true, SetLastError = true)]
public static bool Wow64RevertWow64FsRedirection(
IntPtr oldValue
)
<DllImportAttribute("Kernel32.dll", ExactSpelling := true, SetLastError := true>]
Public Shared Function Wow64RevertWow64FsRedirection (
oldValue As IntPtr
) As Boolean
Dim oldValue As IntPtr
Dim returnValue As Boolean
returnValue = Kernel32.Wow64RevertWow64FsRedirection(oldValue)
public:
[DllImportAttribute(L"Kernel32.dll", ExactSpelling = true, SetLastError = true)]
static bool Wow64RevertWow64FsRedirection(
IntPtr oldValue
)
[<DllImportAttribute("Kernel32.dll", ExactSpelling = true, SetLastError = true)>]
static member Wow64RevertWow64FsRedirection :
oldValue : IntPtr -> bool
No code example is currently available or this language may not be supported.
- oldValue IntPtr
-
TBD
Boolean
If the function succeeds, the return value is a
.
If the function fails, the return value is
.