Skip to content
New issue

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

Use WskRegister will definitely BSOD #14

Closed
xxTree opened this issue Oct 13, 2021 · 1 comment
Closed

Use WskRegister will definitely BSOD #14

xxTree opened this issue Oct 13, 2021 · 1 comment
Labels
invalid This doesn't seem right not an issue

Comments

@xxTree
Copy link

xxTree commented Oct 13, 2021

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。。。

@xxTree xxTree changed the title Use WskRegister must BSOD Use WskRegister will definitely BSOD Oct 13, 2021
@hfiref0x
Copy link
Owner

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.

@hfiref0x hfiref0x added the invalid This doesn't seem right label Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right not an issue
Projects
None yet
Development

No branches or pull requests

2 participants