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

REGISTER_NOTIFICATION_FLAGS missing flags attribute #1640

Closed
Nuklon opened this issue Jul 24, 2023 · 0 comments
Closed

REGISTER_NOTIFICATION_FLAGS missing flags attribute #1640

Nuklon opened this issue Jul 24, 2023 · 0 comments
Assignees

Comments

@Nuklon
Copy link
Contributor

Nuklon commented Jul 24, 2023

// Add: [Flags]
public enum REGISTER_NOTIFICATION_FLAGS : uint
	{
		// Token: 0x0400D3C6 RID: 54214
		DEVICE_NOTIFY_SERVICE_HANDLE = 1U,
		// Token: 0x0400D3C7 RID: 54215
		DEVICE_NOTIFY_CALLBACK,
		// Token: 0x0400D3C8 RID: 54216
		DEVICE_NOTIFY_WINDOW_HANDLE = 0U,
		// Token: 0x0400D3C9 RID: 54217
		DEVICE_NOTIFY_ALL_INTERFACE_CLASSES = 4U
	}
@mikebattista mikebattista self-assigned this Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants