We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per http://blogs.technet.com/b/nanoserver/archive/2015/11/16/native-binary-scanning-tool-nanoserverapiscan-exe-for-nano-server.aspx
These two APIs are not present in Nano Server 2016. Removing dependencies on them will allow DISKSPD to work on that platform.
=== diskspd.exe === === Z:\tmp\diskspd.exe ===
ERRORS:
KERNEL32.dll SetThreadAffinityMask (Proc not found) ole32.dll CoInitialize (Proc not found) Please use API CoInitializeEx as substitution.
The text was updated successfully, but these errors were encountered:
SetThreadAffinityMask is shown as a compatible API on https://msdn.microsoft.com/en-us/library/mt588480(v=vs.85).aspx#api-ms-win-core-processtopology-obsolete-l1-1-0.dll. If this indeed is an error, then what API should be used instead?
Edit: looks like /ReverseForwardersPath needs to be used.
Sorry, something went wrong.
This is now handled, will be fixed in next push.
Fixed in 2.0.16b
dl2n
No branches or pull requests
Per http://blogs.technet.com/b/nanoserver/archive/2015/11/16/native-binary-scanning-tool-nanoserverapiscan-exe-for-nano-server.aspx
These two APIs are not present in Nano Server 2016. Removing dependencies on them will allow DISKSPD to work on that platform.
PS X:\nano> .\NanoServerApiScan.exe /BinaryPath:Z:\tmp
=== diskspd.exe ===
=== Z:\tmp\diskspd.exe ===
ERRORS:
KERNEL32.dll
SetThreadAffinityMask (Proc not found)
ole32.dll
CoInitialize (Proc not found)
Please use API CoInitializeEx as substitution.
The text was updated successfully, but these errors were encountered: