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
WSK_REGISTRATION WskRegistration; WSK_CLIENT_DISPATCH WskDispatch = { MAKE_WSK_VERSION(1,0), 0, NULL };
WSK_CLIENT_NPI WskClient; WskClient.ClientContext = NULL; WskClient.Dispatch = &WskDispatch;
WskRegister(&WskClient, &WskRegistration);
I do not know why。。。
The text was updated successfully, but these errors were encountered:
This is not a KDU issue. KDU is a driver loader, after your driver loaded - KDU work is done. Anything above that is not a subject of questions here.
Sorry, something went wrong.
No branches or pull requests
WSK_REGISTRATION WskRegistration;
WSK_CLIENT_DISPATCH WskDispatch = { MAKE_WSK_VERSION(1,0), 0, NULL };
WSK_CLIENT_NPI WskClient;
WskClient.ClientContext = NULL;
WskClient.Dispatch = &WskDispatch;
WskRegister(&WskClient, &WskRegistration);
I do not know why。。。
The text was updated successfully, but these errors were encountered: