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

Cannot initialize NOTIFYICONDATAA_u #1032

Open
rrebelo62 opened this issue Nov 13, 2022 · 0 comments
Open

Cannot initialize NOTIFYICONDATAA_u #1032

rrebelo62 opened this issue Nov 13, 2022 · 0 comments

Comments

@rrebelo62
Copy link

The struct NOTIFYICONDATAW / NOTIFYICONDATAA is used to create icons on the System Tray.

One of it's fields is a union of type NOTIFYICONDATAA_u.

AFAIK, there's no way to create such union, since it's fields are private. Therefore I don't believe we can create icons on the System Tray.

I suspect it is necessary to make one of the union's fields public in order to create it.

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

1 participant