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

Remove PMSIHANDLE struct #276

Closed
AArnott opened this issue Feb 23, 2021 · 0 comments
Closed

Remove PMSIHANDLE struct #276

AArnott opened this issue Feb 23, 2021 · 0 comments
Labels
usability Touch-up to improve the user experience for a language projection

Comments

@AArnott
Copy link
Member

AArnott commented Feb 23, 2021

The PMSIHANDLE struct is defined in the metadata as:

public struct PMSIHANDLE
{
	public MSIHANDLE m_h;
}

As we see, PMSIHANDLE is defined as just having MSIHANDLE as a field. This is not a pointer, nor any different from using MSIHANDLE directly except to make accessing the inner one more tedious. Can we remove the P version?

@AArnott AArnott added the usability Touch-up to improve the user experience for a language projection label Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Touch-up to improve the user experience for a language projection
Projects
None yet
Development

No branches or pull requests

1 participant