We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d11f6 commit ef02abbCopy full SHA for ef02abb
LabTech.psm1
@@ -68,7 +68,7 @@ public static extern bool Wow64DisableWow64FsRedirection(ref IntPtr ptr);
68
[DllImport("kernel32.dll", SetLastError=true)]
69
public static extern bool Wow64RevertWow64FsRedirection(ref IntPtr ptr);
70
"@
71
- $Kernel32Default = Add-Type -MemberDefinition $MethodSignature -Namespace "Kernel32" -Passthru -Name Wow64RevertWow64FsRedirection
+ $Kernel32Default = Add-Type -MemberDefinition $MethodSignature -Namespace "Kernel32" -Passthru -Name RevertWow64Redirection
72
[ref]$defaultptr = New-Object System.IntPtr
73
$Result = $Kernel32Default::Wow64RevertWow64FsRedirection($defaultptr)
74
}
0 commit comments